summaryrefslogtreecommitdiff
path: root/std/strings/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/strings/mod.ts')
-rw-r--r--std/strings/mod.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/std/strings/mod.ts b/std/strings/mod.ts
new file mode 100644
index 000000000..2acc32600
--- /dev/null
+++ b/std/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";