JSPM

extra-array

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1577
  • Score
    100M100P100Q102801F
  • License MIT

Standard utility methods for Array.

Package Exports

  • extra-array

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (extra-array) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Standard utility methods for Array.
Browserified, minified module: extra-array.min.

const Array = require('extra-array');
// Array.is(<value>)
// Array.equal(<array-1>, <array-2>)
// ...

Datatype methods:

About methods:

Generate methods:

Search methods:

Transform methods:

Functional methods:

Evaluate methods:

nodef