import { PartialShallow } from "./PartialShallow.js"; //#region src/compat/_internal/ValueIteratee.d.ts type ValueIteratee = ((value: T) => unknown) | (PropertyKey | [PropertyKey, any] | PartialShallow); //#endregion export { ValueIteratee };