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