mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Add type string to const variable
This commit is contained in:
8
node-wit/index.d.ts
vendored
8
node-wit/index.d.ts
vendored
@@ -12,10 +12,10 @@ export namespace log {
|
||||
constructor(lvl: string);
|
||||
}
|
||||
|
||||
const DEBUG;
|
||||
const INFO;
|
||||
const WARN;
|
||||
const ERROR;
|
||||
const DEBUG: string;
|
||||
const INFO: string;
|
||||
const WARN: string;
|
||||
const ERROR: string;
|
||||
}
|
||||
|
||||
export interface WitEntityValue {
|
||||
|
||||
Reference in New Issue
Block a user