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/log.d.ts
generated
vendored
2
node_modules/yaml/dist/log.d.ts
generated
vendored
@@ -1,3 +1,3 @@
|
||||
export declare type LogLevelId = 'silent' | 'error' | 'warn' | 'debug';
|
||||
export type LogLevelId = 'silent' | 'error' | 'warn' | 'debug';
|
||||
export declare function debug(logLevel: LogLevelId, ...messages: any[]): void;
|
||||
export declare function warn(logLevel: LogLevelId, warning: string | Error): void;
|
||||
|
||||
Reference in New Issue
Block a user