UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

12 lines (11 loc) 252 B
//#region src/factories/document-body.ts function createDocumentBody(position, content, endComments) { return { type: "documentBody", position, endComments, children: !content ? [] : [content] }; } //#endregion export { createDocumentBody };