@extra-array/size.min
Advanced tools
Counts the number of values.
Weekly downloads
Readme
Counts the number of values. :package: :smiley_cat: :running: :vhs: :moon: :scroll: :newspaper: :blue_book:
Similar: index, indexRange, size, isEmpty.
This is part of package extra-array.
This is browserified, minified version of @extra-array/size.
It is exported as global variable array_size.
CDN: unpkg, jsDelivr.
.size( , [i], [I]);
// : an
// i: start (-ve: right) (0)
// I: (-ve: right) ( )
const array = require("extra-array");
var x = [2, 4, 6, 8];
array.size(x);
// 4
array.size(x, 1);
// 3
array.size(x, 1, 3);
// 2
Counts the number of values.
The npm package @extra-array/size.min receives a total of 4 weekly downloads. As such, @extra-array/size.min popularity was classified as not popular.
We found that @extra-array/size.min demonstrated a healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.