source:
node_modules/yaml/dist/log.d.ts@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 226 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 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.