diff options
Diffstat (limited to 'std/wasi/snapshot_preview1.ts')
-rw-r--r-- | std/wasi/snapshot_preview1.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/wasi/snapshot_preview1.ts b/std/wasi/snapshot_preview1.ts index 15c1a9a9c..456ef2775 100644 --- a/std/wasi/snapshot_preview1.ts +++ b/std/wasi/snapshot_preview1.ts @@ -1,4 +1,5 @@ /* eslint-disable */ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { resolve } from "../path/mod.ts"; |