UNPKG
is-it-type
Version:
latest (5.1.3)
5.1.3
5.1.2
5.1.1
5.1.0
5.0.0
4.1.1
4.1.0
4.0.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.0.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Determine type of a variable
github.com/overlookmotel/is-it-type
overlookmotel/is-it-type
is-it-type
/
es
/
index.js
9 lines
(6 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* -------------------- * is-it-type module * ESM Entry point * ------------------*/
// Exports
export
*
from
'../dist/esm/is-it-type.js'
;