Skip to content

Commit f16e884

Browse files
author
Julien Dufresne
authored
Update index.d.ts
1 parent 83d5457 commit f16e884

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

node-wit/index.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ import * as Promise from "bluebird";
77

88
export namespace log {
99

10-
declare class Logger {
10+
class Logger {
1111

1212
constructor(lvl: string);
1313
}
1414

15-
declare const DEBUG = 'debug';
16-
declare const INFO = 'info';
17-
declare const WARN = 'warn';
18-
declare const ERROR = 'error';
15+
const DEBUG;
16+
const INFO;
17+
const WARN;
18+
const ERROR;
1919
}
2020

2121
export interface WitEntityValue {

0 commit comments

Comments
 (0)