UNPKG

yaml-ast-parser-custom-tags

Version:

This is a custom maintained fork specifically for the YAML Language server.

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';