UNPKG
@ekb1zh/type
Version:
latest (5.0.1)
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
3.0.2
3.0.1
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
Simple tool for getting data type
github.com/ekb1zh/type
ekb1zh/type
@ekb1zh/type
/
dist
/
index.js
9 lines
(6 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./type.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./type.cjs.development.js'
) }