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