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
/
index.cjs
12 lines
(8 loc)
•
262 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
var
globals_utils__unknown =
require
(
'../../../../globals/utils/_unknown.cjs'
);
const
fn
= (
...array
) => {
const
out = array.
length
;
return
globals_utils__unknown.
_unknown
(out); };
module
.
exports
= fn;
//# sourceMappingURL=index.cjs.map