UNPKG
ant-utils
Version:
latest (1.2.0)
1.2.0
1.0.0
Utility for idle games
github.com/scorzy/ant-utils
scorzy/ant-utils
ant-utils
/
esm5
/
environment.js
5 lines
•
197 B
JavaScript
View Raw
1
2
3
4
5
/** *
@internal
*/
export
var
IS_DEV
= process.
env
.
NODE_ENV
===
"development"
;
/** *
@internal
*/
export
var
IS_PROD
= process.
env
.
NODE_ENV
===
"production"
;
//# sourceMappingURL=environment.js.map