UNPKG

riot-test-utils

Version:
2 lines (1 loc) 126 B
export default function map<T extends Node, U>(nodes: NodeListOf<T>, fn: (x: T, i: number, nodes: NodeListOf<T>) => U): U[];