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

6 lines
173 B
TypeScript

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