import { ObjectIterator } from "./ObjectIterator.mjs"; import { IterateeShorthand } from "./IterateeShorthand.mjs"; //#region src/compat/_internal/ObjectIteratee.d.ts type ObjectIteratee = ObjectIterator | IterateeShorthand; type ObjectIterateeCustom = ObjectIterator | IterateeShorthand; //#endregion export { ObjectIteratee, ObjectIterateeCustom };