UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

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