We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a3f50 commit b45d47eCopy full SHA for b45d47e
index.js
@@ -4,8 +4,6 @@ var is = require('unist-util-is')
4
5
module.exports = findAfter
6
7
-/* Find a node after `index` in `parent` which passes
8
- * `test`. */
9
function findAfter(parent, index, test) {
10
var children
11
var child
0 commit comments