diff options
Diffstat (limited to 'std/strings/mod.ts')
-rw-r--r-- | std/strings/mod.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/std/strings/mod.ts b/std/strings/mod.ts deleted file mode 100644 index def161ae0..000000000 --- a/std/strings/mod.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. - -export * from "./encode.ts"; -export * from "./decode.ts"; |