import { IterateeShorthand } from './IterateeShorthand.js'; type ValueKeyIteratee = ((value: T, key: string) => unknown) | IterateeShorthand; export type { ValueKeyIteratee };