@coopah/extended-arrays
v1.1.0
Published
`@coopah/extended-arrays` is a JavaScript library that enhances arrays with additional properties to facilitate easier access and manipulation of array elements. This package extends the native JavaScript Array prototype with properties such as `first` an
Downloads
1
Readme
@coopah/extended-arrays
@coopah/extended-arrays
is a JavaScript library that enhances arrays with additional properties to facilitate easier access and manipulation of array elements. This package extends the native JavaScript Array prototype with properties such as first
and last
, designed to improve the readability and convenience of array operations.
Installation
You can install @coopah/extended-arrays
using npm:
npm install @coopah/extended-arrays