LendAndRegret/node_modules/es-toolkit/dist/compat/_internal/ValueKeyIteratee.d.mts
2026-05-02 17:27:43 +08:00

6 lines
185 B
TypeScript

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