UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

10 lines (9 loc) 183 B
//#region src/factories/block-literal.ts function createBlockLiteral(blockValue) { return { ...blockValue, type: "blockLiteral" }; } //#endregion export { createBlockLiteral };