unist-util-find-all-before

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

build-md

remark . -foq

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-md && npm run build-bundle && npm run build-mangle

lint

xo

test-api

node test

test-coverage

nyc --reporter lcov tape test.js

test

npm run build && npm run lint && npm run test-coverage

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 11/21/2016

Downloads

Maintainers