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

5 lines
240 B
Plaintext

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;