source: node_modules/yaml/dist/nodes/addPairToJSMap.d.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 240 bytes
Line 
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;
Note: See TracBrowser for help on using the repository browser.