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:
parent
a61966a243
commit
cbc4bbc71f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue