mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Update index.d.ts
This commit is contained in:
Vendored
+5
-5
@@ -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