UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

12 lines (11 loc) 187 B
//#region src/factories/root.ts function createRoot(position, children, comments) { return { type: "root", position, children, comments }; } //#endregion export { createRoot };