UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

12 lines (11 loc) 331 B
import * as YAML from "../yaml.js"; export declare function getFlowMapItemAdditionalRanges(cstNodes: YAML.cst.FlowMap["items"]): { additionalKeyRange: { origStart: number; origEnd: number; } | null; additionalValueRange: { origStart: number; origEnd: number; } | null; };