UNPKG
e-enum
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
ts enum object, 带typescript签名的多字段枚举关联对象映射
github.com/i7guokui/e-enum
i7guokui/e-enum
e-enum
/
index.js
5 lines
•
159 B
JavaScript
View Raw
1
2
3
4
5
if
(process.env.
NODE_ENV
===
'production'
) {
module
.exports =
require
(
'./dist/index.cjs.min.js'
) }
else
{
module
.exports =
require
(
'./dist/index.cjs.js'
) }