array-back

v3.1.0
Guarantees an array back
to convert return array arrayify

test

npm run test:esm && npm run test:js

test:esm

node --experimental-modules test.mjs

test:js

npm run dist:test && node dist/test.js

docs

jsdoc2md -t README.hbs index.mjs -c build/jsdoc.conf > README.md; echo

cover

nyc test-runner test.js && nyc report --reporter=text-lcov | coveralls

dist

rollup -c build/index.config.js

dist:test

rollup -c build/test.config.js

lint

standard **/*.mjs

Metadata

  • MIT
  • >=6
  • Lloyd Brookes
  • released 4/6/2019

Downloads

Maintainers