UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

12 lines (11 loc) 250 B
//#region src/factories/flow-mapping-item.ts function createFlowMappingItem(position, key, value) { return { type: "flowMappingItem", position, leadingComments: [], children: [key, value] }; } //#endregion export { createFlowMappingItem };