mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
6 lines
234 B
TypeScript
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 }; |