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:
2
node_modules/yaml/dist/stringify/foldFlowLines.d.ts
generated
vendored
2
node_modules/yaml/dist/stringify/foldFlowLines.d.ts
generated
vendored
@@ -5,7 +5,7 @@ export declare const FOLD_QUOTED = "quoted";
|
||||
* `'block'` prevents more-indented lines from being folded;
|
||||
* `'quoted'` allows for `\` escapes, including escaped newlines
|
||||
*/
|
||||
export declare type FoldMode = 'flow' | 'block' | 'quoted';
|
||||
export type FoldMode = 'flow' | 'block' | 'quoted';
|
||||
export interface FoldOptions {
|
||||
/**
|
||||
* Accounts for leading contents on the first line, defaulting to
|
||||
|
||||
Reference in New Issue
Block a user