summaryrefslogtreecommitdiff
path: root/std/encoding/yaml.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/yaml.ts')
-rw-r--r--std/encoding/yaml.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/yaml.ts b/std/encoding/yaml.ts
index 9abe30b4b..a8784319b 100644
--- a/std/encoding/yaml.ts
+++ b/std/encoding/yaml.ts
@@ -3,7 +3,7 @@
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-export { ParseOptions, parse } from "./yaml/parse.ts";
+export { ParseOptions, parse, parseAll } from "./yaml/parse.ts";
export {
DumpOptions as StringifyOptions,
stringify