mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 22:30:41 -07:00
node_modules: upgrade
This commit is contained in:
6
node_modules/yaml/dist/nodes/addPairToJSMap.d.ts
generated
vendored
6
node_modules/yaml/dist/nodes/addPairToJSMap.d.ts
generated
vendored
@@ -1,4 +1,4 @@
|
||||
import type { Pair } from './Pair.js';
|
||||
import { ToJSContext } from './toJS.js';
|
||||
import type { MapLike } from './YAMLMap.js';
|
||||
import type { Pair } from './Pair';
|
||||
import type { ToJSContext } from './toJS';
|
||||
import type { MapLike } from './YAMLMap';
|
||||
export declare function addPairToJSMap(ctx: ToJSContext | undefined, map: MapLike, { key, value }: Pair): MapLike;
|
||||
|
||||
Reference in New Issue
Block a user