import { IterateeShorthand } from "./IterateeShorthand.js"; //#region src/compat/_internal/ValueKeyIteratee.d.ts type ValueKeyIteratee = ((value: T, key: string) => unknown) | IterateeShorthand; //#endregion export { ValueKeyIteratee };