UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

7 lines (6 loc) 130 B
export function createBlockLiteral(blockValue) { return { ...blockValue, type: "blockLiteral", }; }