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
/
arrays
/
castings
/
length
/
all.js
9 lines
(6 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ expandFn }
from
'../../../../globals/utils/expandFn.js'
;
import
fn$1
from
'./has.js'
;
import
fn$2
from
'./index.js'
;
const
fn =
expandFn
(fn$2, {
has
: fn$1 });
export
{ fn
as
default
};
//# sourceMappingURL=all.js.map