unist-util-find-all-before

v2.0.2
Utility to find nodes before another node
unist node find before util utility

format

remark . -qfo && prettier --write '**/*.js' && xo --fix

build-bundle

browserify index.js --no-builtins -s unistUtilFindAllBefore > unist-util-find-all-before.js

build-mangle

esmangle unist-util-find-all-before.js > unist-util-find-all-before.min.js

build

npm run build-bundle && npm run build-mangle

test-api

node test

test-coverage

nyc --reporter lcov tape test.js

test

npm run format && npm run build && npm run test-coverage

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 4/30/2018

Downloads

Maintainers