UNPKG

yaml-language-server-parser

Version:

This is a maintained fork of YAML-AST-PARSER 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';