UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

10 lines (9 loc) 179 B
//#region src/factories/quote-single.ts function createQuoteSingle(quoteValue) { return { ...quoteValue, type: "quoteSingle" }; } //#endregion export { createQuoteSingle };