diff --git a/std/encoding/yaml.ts b/std/encoding/yaml.ts index 9abe30b4b0..a8784319b3 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