import { PartialShallow } from './PartialShallow.mjs'; type IterateeShorthand = PropertyKey | [PropertyKey, any] | PartialShallow; export type { IterateeShorthand };