UNPKG
is-type
Version:
latest (0.0.1)
0.0.1
0.0.0
Type checking from node core
github.com/juliangruber/is-type
juliangruber/is-type
is-type
/
index.js
8 lines
(6 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
is =
require
(
'core-util-is'
);
Object
.
keys
(is).
forEach
(
function
(
m
) {
var
name = m.
slice
(
2
); name = name[
0
].
toLowerCase
() + name.
slice
(
1
);
exports
[name] = is[m]; });