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:
8
node_modules/yaml/dist/stringify/stringifyString.d.ts
generated
vendored
8
node_modules/yaml/dist/stringify/stringifyString.d.ts
generated
vendored
@@ -1,3 +1,9 @@
|
||||
import { Scalar } from '../nodes/Scalar.js';
|
||||
import type { StringifyContext } from './stringify.js';
|
||||
export declare function stringifyString(item: Scalar, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
|
||||
interface StringifyScalar {
|
||||
value: string;
|
||||
comment?: string | null;
|
||||
type?: string;
|
||||
}
|
||||
export declare function stringifyString(item: Scalar | StringifyScalar, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user