diff --git a/node-wit/index.d.ts b/node-wit/index.d.ts index 9ded60de17..52c7a67890 100644 --- a/node-wit/index.d.ts +++ b/node-wit/index.d.ts @@ -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 {