UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

7 lines (6 loc) 128 B
export function createQuoteSingle(quoteValue) { return { ...quoteValue, type: "quoteSingle", }; }