UNPKG

yaml-ast-parser

Version:

[![Build Status](https://travis-ci.org/mulesoft-labs/yaml-ast-parser.svg?branch=master)](https://travis-ci.org/mulesoft-labs/yaml-ast-parser)

7 lines (6 loc) 280 B
export { load, loadAll, safeLoad, safeLoadAll, LoadOptions } from './loader'; export { dump, safeDump } from './dumper'; export import YAMLException = require('./exception'); export * from './yamlAST'; export declare type Error = YAMLException; export * from './scalarInference';