UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

13 lines (12 loc) 260 B
//#region src/factories/mapping-key.ts function createMappingKey(position, content) { return { type: "mappingKey", position, trailingComment: null, endComments: [], children: !content ? [] : [content] }; } //#endregion export { createMappingKey };