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