type MemoObjectIterator = (prev: R, curr: T, key: string, list: A) => R; export type { MemoObjectIterator };