astro-ghostcms/.pnpm-store/v3/files/e7/3f1b442ace1cbd2da411711b905...

5 lines
240 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { Pair } from './Pair.js';
import { ToJSContext } from './toJS.js';
import type { MapLike } from './YAMLMap.js';
export declare function addPairToJSMap(ctx: ToJSContext | undefined, map: MapLike, { key, value }: Pair): MapLike;