Lead Maintainer: Brian Faust
- The native
map
,filter
,reduce
andforEach
will generally be faster when used on arrays that contain nothing but numerical values. - If you plan to use
formatCurrency
method with node.js for anything else then theen-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 theen-US
locale by default unless specifically build with more locales.
yarn add @arkecosystem/utils
yarn test:coverage
git clone git@github.com:ArkEcosystem/utils.git
yarn && yarn 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.