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 7dbaf70 commit ff7296bCopy full SHA for ff7296b
index.js
@@ -4,7 +4,6 @@ var is = require('unist-util-is')
4
5
module.exports = findAllAfter
6
7
-/* Find nodes after `index` in `parent` which pass `test`. */
8
function findAllAfter(parent, index, test) {
9
var results = []
10
var children
0 commit comments