Files
emaui/node_modules/es-toolkit/dist/compat/_internal/ValueKeyIteratee.d.mts
2026-05-29 15:23:46 +03:00

6 lines
244 B
TypeScript

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