UNPKG
@bemedev/core
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.4
0.0.2
0.0.1
The core library of @bemedev
github.com/chlbri/core
chlbri/core
@bemedev/core
/
lib
/
features
/
numbers
/
typings
/
index.cjs
9 lines
(5 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
var
globals_utils_typeFn =
require
(
'../../../globals/utils/typeFn.cjs'
);
const
fn = globals_utils_typeFn.
typeFn
()();
module
.
exports
= fn;
//# sourceMappingURL=index.cjs.map