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 (2 loc) 117 B
type MemoListIterator<T, R, A> = (prev: R, curr: T, index: number, list: A) => R; export type { MemoListIterator };