UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

13 lines (12 loc) 223 B
//#region src/factories/mapping.ts function createMapping(position, content, children) { return { type: "mapping", position, leadingComments: [], ...content, children }; } //#endregion export { createMapping };