Files
HRM-System/node_modules/es-toolkit/dist/compat/_internal/ValueIteratee.d.mts
2026-04-13 08:19:53 +08:00

6 lines
194 B
TypeScript

import { PartialShallow } from './PartialShallow.mjs';
type ValueIteratee<T> = ((value: T) => unknown) | (PropertyKey | [PropertyKey, any] | PartialShallow<T>);
export type { ValueIteratee };