UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

4 lines 170 B
//#region src/compat/_internal/ListIterator.d.ts type ListIterator<T, R> = (value: T, index: number, collection: ArrayLike<T>) => R; //#endregion export { ListIterator };