UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

5 lines (4 loc) 260 B
import { Context } from "../transform.js"; import { QuoteValue } from "../types.js"; import * as YAML from "../yaml.js"; export declare function transformAstQuoteValue(quoteValue: YAML.ast.QuoteDouble | YAML.ast.QuoteSingle, context: Context): QuoteValue;