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