1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00

fix(std/encoding/yaml): export parseAll (#3592)

This commit is contained in:
uki00a 2020-01-04 18:26:57 +09:00 committed by Ry Dahl
parent a61966a243
commit cbc4bbc71f

View file

@ -3,7 +3,7 @@
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license. // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// Copyright 2018-2020 the Deno authors. 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 { export {
DumpOptions as StringifyOptions, DumpOptions as StringifyOptions,
stringify stringify