source:
node_modules/yaml/dist/log.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 226 bytes |
Line | |
---|---|
1 | export type LogLevelId = 'silent' | 'error' | 'warn' | 'debug'; |
2 | export declare function debug(logLevel: LogLevelId, ...messages: any[]): void; |
3 | export declare function warn(logLevel: LogLevelId, warning: string | Error): void; |
Note:
See TracBrowser
for help on using the repository browser.