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.js
7 lines
(4 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ typeFn }
from
'../../../globals/utils/typeFn.js'
;
const
fn =
typeFn
()();
export
{ fn
as
default
};
//# sourceMappingURL=index.js.map