Skip to content

Commit e604907

Browse files
wip(core): add type
1 parent 0609849 commit e604907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export const version : string = process.env.VERSION;
290290
/**
291291
* @internal
292292
*/
293-
const isProd = process.env.NODE_ENV === 'production';
293+
const isProd : boolean = process.env.NODE_ENV === 'production';
294294

295295

296296
// tools

0 commit comments

Comments
 (0)