tvcd

v1.5.4
```javascript const symbols = [ ['BTC', 'USD'], ['ETH', 'USD'], ['ZRX', 'USD'], ['OMG', 'USD'] ];

build

rm -rf dist/ && rollup -c

test

jest

test:watch

jest --watch

test:coverage

jest --coverage --colors

prettify

prettier --write "**/*.js"

release

npm run build && git fetch && np

Metadata

  • ISC
  • Whatever
  • David Fava
  • released 6/2/2021

Downloads