mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-04-28 17:22:08 -06:00
node_modules: upgrade
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
import type { Pair } from '../nodes/Pair.js';
|
||||
import { StringifyContext } from './stringify.js';
|
||||
import type { Pair } from '../nodes/Pair';
|
||||
import type { StringifyContext } from './stringify';
|
||||
export declare function stringifyPair({ key, value }: Readonly<Pair>, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
|
||||
|
||||
Reference in New Issue
Block a user