Skip to content

Commit b1e4a08

Browse files
author
Julien Dufresne
authored
Add type string to const variable
1 parent f16e884 commit b1e4a08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

node-wit/index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ export namespace log {
1212
constructor(lvl: string);
1313
}
1414

15-
const DEBUG;
16-
const INFO;
17-
const WARN;
18-
const ERROR;
15+
const DEBUG: string;
16+
const INFO: string;
17+
const WARN: string;
18+
const ERROR: string;
1919
}
2020

2121
export interface WitEntityValue {

0 commit comments

Comments
 (0)