import { PartialShallow } from "./PartialShallow.js";

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