UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

4 lines (3 loc) 131 B
import { YAMLSyntaxError } from "./yaml-syntax-error.mjs"; import { parse } from "./parse.mjs"; export { YAMLSyntaxError, parse };