arr-fns
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

arr-fns

version issues downloads license

Utility functions for arrays.

Installation

This package is distributed via npm:

npm install arr-fns

Motivation

This package encompasses other utility libraries around arrays, namely:

The goal is to have everything easily accessible and packaged in a single library.

Usage

You can use this library either as an ES module or a CommonJS package:

import { filter, map, reduce, sort } from "arr-fns";

- or -

const { filter, map, reduce, sort } = require("arr-fns");

For more detailed usage (including examples) please check each library's documentation.

License

MIT

Package Sidebar

Install

npm i arr-fns

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

9.08 kB

Total Files

6

Last publish

Collaborators

  • antoniovdlc