UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

13 lines (12 loc) 262 B
//#region src/factories/document-head.ts function createDocumentHead(position, children, endComments, trailingComment) { return { type: "documentHead", position, endComments, trailingComment, children }; } //#endregion export { createDocumentHead };