import { PartialShallow } from './PartialShallow.js'; type ListIterateeCustom = ((value: T, index: number, collection: ArrayLike) => R) | (PropertyKey | [PropertyKey, any] | PartialShallow); export type { ListIterateeCustom };