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
/
type.cjs.production.min.js
3 lines
(2 loc)
•
221 B
JavaScript
View Raw
1
2
3
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
,{
value
:!
0
}),
exports
.
typeOf
=
function
(
e
){
var
r=
typeof
e;
return
"object"
===r?e?
Array
.
isArray
(e)?
"array"
:
r
:
"null"
:r};
//# sourceMappingURL=type.cjs.production.min.js.map