mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Update index.d.ts
This commit is contained in:
10
node-wit/index.d.ts
vendored
10
node-wit/index.d.ts
vendored
@@ -7,15 +7,15 @@ import * as Promise from "bluebird";
|
||||
|
||||
export namespace log {
|
||||
|
||||
declare class Logger {
|
||||
class Logger {
|
||||
|
||||
constructor(lvl: string);
|
||||
}
|
||||
|
||||
declare const DEBUG = 'debug';
|
||||
declare const INFO = 'info';
|
||||
declare const WARN = 'warn';
|
||||
declare const ERROR = 'error';
|
||||
const DEBUG;
|
||||
const INFO;
|
||||
const WARN;
|
||||
const ERROR;
|
||||
}
|
||||
|
||||
export interface WitEntityValue {
|
||||
|
||||
Reference in New Issue
Block a user