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