JSPM

  • Created
  • Published
  • Downloads 66
  • Score
    100M100P100Q95587F
  • License MIT

ExtremeJS Utilities

Package Exports

  • @extremejs/utils
  • @extremejs/utils/package.json

Readme

@extremejs/utils

ExtremeJS Utilities

Test CodeCov License NPM Version NPM Monthly Downloads NPM Total Downloads NPM Bundle Size (Minified + GZip) NPM Bundle Size (Minified) Built with TypeScript Tested With Jest Open GitHub Issues Open GitHub Pull Requests Github Stars Github Forks

Table of Content

Installation

npm i @extremejs/utils

Usage

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

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.