import type { Callable, Newable } from '../../function/index.js'; import type { _, __ } from './Flatten.js'; /** * DistributedFlattenAnything * * @inline */ export type $$_ = T extends Callable | Newable ? T : T extends object ? _ : T; /** * DistributedFlattenAnything2 * * @inline */ export type $$__ = T extends Callable | Newable ? T : T extends object ? __ : T; //# sourceMappingURL=DistributedFlattenAnything.d.ts.map