UNPKG

240 BTypeScriptView Raw
1import type { Pair } from './Pair.js';
2import { ToJSContext } from './toJS.js';
3import type { MapLike } from './YAMLMap.js';
4export declare function addPairToJSMap(ctx: ToJSContext | undefined, map: MapLike, { key, value }: Pair): MapLike;