import { IterateeShorthand } from './IterateeShorthand.js'; type ValueIterateeCustom = ((value: T) => TResult) | IterateeShorthand; export type { ValueIterateeCustom };