UNPKG
type-info
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.3.1
0.3.0
0.2.0
0.1.0
0.0.0
the run-time type infomation of object
github.com/snowyu/type-info.js
snowyu/type-info.js
type-info
/
lib
/
array.js
11 lines
(6 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
(
function
(
) {
var
Type
;
require
(
'array-type'
);
module
.
exports
=
Type
=
require
(
'./type-info'
); }).
call
(
this
);
//# sourceMappingURL=array.js.map