UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

11 lines (10 loc) 178 B
//#region src/factories/content.ts function createContent(tag, anchor, middleComments) { return { anchor, tag, middleComments }; } //#endregion export { createContent };