import { IterateeShorthand } from './IterateeShorthand.mjs'; import { ObjectIterator } from './ObjectIterator.mjs'; type ObjectIteratee = ObjectIterator | IterateeShorthand; type ObjectIterateeCustom = ObjectIterator | IterateeShorthand; export type { ObjectIteratee, ObjectIterateeCustom };