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

6 lines
174 B
TypeScript

import { PartialShallow } from './PartialShallow.mjs';
type IterateeShorthand<T> = PropertyKey | [PropertyKey, any] | PartialShallow<T>;
export type { IterateeShorthand };