UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

11 lines (10 loc) 155 B
//#region src/factories/tag.ts function createTag(position, value) { return { type: "tag", position, value }; } //#endregion export { createTag };