@0x/utils

v7.0.0
0x TS utils

fix

tslint --fix --format stylish --project .

lint

tslint --format stylish --project .

test

yarn run_mocha

build

tsc -b

clean

shx rm -rf lib

watch

tsc -b -w

build:ci

yarn build

run_mocha

mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*_test.js' 'lib/test/*_test.js' --bail --exit

test:circleci

yarn test:coverage

test:coverage

nyc npm run test --all && yarn coverage:report:lcov

coverage:report:lcov

nyc report --reporter=text-lcov > coverage/lcov.info
npm i @0x/utils

Metadata

Downloads