@stdlib/string

v0.0.1-alpha.0
Standard library string manipulation functions.
stdlib standard library std lib string characters text manipulation and 5 more...

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