UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

3 lines (2 loc) 103 B
import * as YAML from "../yaml.js"; export declare function addOrigRange(cst: YAML.ParsedCST): void;