summaryrefslogtreecommitdiff
path: root/std/encoding/mod.ts
diff options
context:
space:
mode:
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";