/** * @internal */ export type NumericRange = Arr['length'] extends End ? Acc | Start | End : NumericRange; //# sourceMappingURL=NumberRange.d.ts.map