UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

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