@ellipticltd/aml-utils
v0.16.32
Published
This lib contains some utility functions which originally lived in aml-utils repo.
Maintainers
Keywords
Readme
aml-utils
This lib contains some utility functions which originally lived in aml-utils repo.
Running unit tests
Run npx nx test aml-utils to execute the unit tests via Jest.
Running lint
Run npx nx lint aml-utils to execute the lint via ESLint.
Building
Run npx nx build aml-utils to build the package
Publishing
Run npx nx publish aml-utils to build and publish the package
You can also publish temp version of the package to npm with a tag by running npx nx publish aml-utils -- --tag "your-tag-name"
