diff options
Diffstat (limited to 'std/fs/mod.ts')
-rw-r--r-- | std/fs/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/mod.ts b/std/fs/mod.ts index 9d361494f..98dd3daa5 100644 --- a/std/fs/mod.ts +++ b/std/fs/mod.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. export * from "./empty_dir.ts"; export * from "./ensure_dir.ts"; export * from "./ensure_file.ts"; |