UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

3 lines (2 loc) 170 B
import { Content, Position, QuoteValue } from "../types.js"; export declare function createQuoteValue(position: Position, content: Content, value: string): QuoteValue;