@arkecosystem/utils
Advanced tools
Performance oriented implementations of commonly used functions in TypeScript.
Weekly downloads
Readme
Lead Maintainer: Brian Faust
map
, filter
, reduce
and forEach
will generally be faster when used on arrays that contain nothing but numerical values.formatCurrency
method with node.js for anything else then the en-US
locale you'll have to make sure to properly setup https://github.com/unicode-org/full-icu-npm as node.js itself only ships with the en-US
locale by default unless specifically build with more locales.is*
methods of this package inside the Node.js VM as the results could be misleading.pluralize
method does not support irregular plurals. Check blakeembrey/pluralize if you need support for those.npm install @arkecosystem/utils
yarn add @arkecosystem/utils
pnpm add @arkecosystem/utils
npm run test -- --coverage
yarn test --coverage
pnpm run test -- --coverage
git clone git@github.com:ArkEcosystem/utils.git
npm install
npm run bench
yarn install
yarn bench
pnpm install
pnpm run bench
If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.
This project exists thanks to all the people who contribute.
FAQs
Performance oriented implementations of commonly used functions in TypeScript.
The npm package @arkecosystem/utils receives a total of 879 weekly downloads. As such, @arkecosystem/utils popularity was classified as not popular.
We found that @arkecosystem/utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.