Package Exports
- @extremejs/utils
- @extremejs/utils/package.json
Readme
@extremejs/utils
ExtremeJS Utilities
Table of Content
Installation
npm i @extremejs/utilsUsage
import { sumByFn } from "@extremejs/utils";
const sum = sumByFn([{ a: 1 }, { a: 2 }, { a: 3 }], ({ a }) => a);API usage documents are available here.
Versioning
We use SemVer for versioning. For the versions available, see the releases on this repository.
Authors
- Ardalan Amini - Core Maintainer - @ardalanamini
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details.