Sha256: c466535a6d17f3e56af01ca0fc32d68e77743929ffa6ee31bd42c5d0eb88c789

Contents?: true

Size: 495 Bytes

Versions: 24

Compression:

Stored size: 495 Bytes

Contents

// TypeScript Version: 3.5

import {Node, Parent} from 'unist'
import {Test} from 'unist-util-is'

export = findAllAfter
/**
 * Unist utility to get all children of a parent after a node or index
 *
 * @param parent Parent to search in
 * @param index or Node to start from
 * @param test that Nodes must pass to be included
 * @returns Array of found Nodes
 */
declare function findAllAfter<T extends Node>(
  parent: Parent,
  index: number | Node,
  test?: Test<T> | Array<Test<T>>
): Node[]

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
trusty-cms-6.3.1 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-5.0.7 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-5.0.6 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-5.0.5 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-5.0.4 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-5.0.3 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-5.0.2 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-5.0.1 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-4.3.5 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-5.0.0 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-4.3.4 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-4.3.3 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-4.3.2 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-4.3.1 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-4.3 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-4.2.3 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-4.2.2 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-4.2.1 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-4.2 node_modules/unist-util-find-all-after/index.d.ts
trusty-cms-4.1.9 node_modules/unist-util-find-all-after/index.d.ts