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 180 B
//#region src/compat/_internal/MemoObjectIterator.d.ts type MemoObjectIterator<T, R, A> = (prev: R, curr: T, key: string, list: A) => R; //#endregion export { MemoObjectIterator };