summaryrefslogtreecommitdiff
path: root/std/encoding/mod.ts
diff options
context:
space:
mode:
authorOliver Lenehan <sunsetkookaburra+github@outlook.com.au>2020-03-11 06:16:08 +1100
committerGitHub <noreply@github.com>2020-03-10 15:16:08 -0400
commita309dcdd0f5bc93849d720328b887931a4810e2f (patch)
treee6f684df4607ada000635a2acdfee85576e3d774 /std/encoding/mod.ts
parent55119aaee2e5fec8074373ef51b56d5095da1faf (diff)
feat (std/encoding): add binary module (#4274)
Diffstat (limited to 'std/encoding/mod.ts')
-rw-r--r--std/encoding/mod.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/encoding/mod.ts b/std/encoding/mod.ts
index 03bde0294..d63cf47f3 100644
--- a/std/encoding/mod.ts
+++ b/std/encoding/mod.ts
@@ -12,3 +12,4 @@ export {
} from "./hex.ts";
export { parse as parseToml, stringify as tomlStringify } from "./toml.ts";
export { parse as parseYaml, stringify as yamlStringify } from "./yaml.ts";
+export * from "./binary.ts";