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