芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/node_modules/yaml/dist/log.d.ts
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;