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
/
has.js
12 lines
(9 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
fn$1
from
'../is.js'
;
const
fn
= (
check
) => {
const
_out
= (
value
) => {
return
fn$1
(value) && value.
length
=== check; };
return
_out; };
export
{ fn
as
default
};
//# sourceMappingURL=has.js.map