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