README
array-length
NOTE: array-length was renamed to @extra-array/length.
Get length of array.
const length = require('array-length');
// length(<value>)
length(0);
// 0
length(null);
// 0
length(['d', 'c', '9']);
// 3
Get length of array.
<script type="module">
import arrayLength from 'https://cdn.skypack.dev/array-length';
</script>
NOTE: array-length was renamed to @extra-array/length.
Get length of array.
const length = require('array-length');
// length(<value>)
length(0);
// 0
length(null);
// 0
length(['d', 'c', '9']);
// 3