UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

14 lines (13 loc) 255 B
//#region src/factories/quote-value.ts function createQuoteValue(position, content, value) { return { type: "quoteValue", position, ...content, leadingComments: [], trailingComment: null, value }; } //#endregion export { createQuoteValue };