@stdlib/symbol

v0.0.1-alpha.0
Symbol.
stdlib symbol

test

tape $(grep -irl --include=\*.js "tape" ./test) | tap-spec

examples

find examples/** -name "*.js" ! -path "examples/fixtures/**" | while read -r file; do echo ""; echo "Running example: $file"; node $file || exit 1; done

test-cov

istanbul cover --dir ./reports/coverage --report lcov tape -- $(grep -irl --include=\*.js "tape" ./test)
npm i @stdlib/[email protected]

Metadata

Downloads