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

6 lines
234 B
TypeScript

import { PartialShallow } from "./PartialShallow.mjs";
//#region src/compat/_internal/IterateeShorthand.d.ts
type IterateeShorthand<T> = PropertyKey | [PropertyKey, any] | PartialShallow<T>;
//#endregion
export { IterateeShorthand };