UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

10 lines (9 loc) 179 B
//#region src/factories/block-folded.ts function createBlockFolded(blockValue) { return { ...blockValue, type: "blockFolded" }; } //#endregion export { createBlockFolded };