How to use unist-util-find-after - 1 common examples

To help you get started, we’ve selected a few unist-util-find-after examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github skypager / skypager / src / helpers / document / src / mdx / mdx.js View on Github external
findNodesAfter(indexOrNode, test, base = this.ast) {
    return findAfter(base, indexOrNode, test)
  }

unist-util-find-after

unist utility to find a node after another node

MIT
Latest version published 10 months ago

Package Health Score

72 / 100
Full package analysis

Popular unist-util-find-after functions