import type { Increment_ } from '../type/number/index.js'; /** @internal */ export type _LengthRec = Arr extends readonly [] ? Acc : Arr extends readonly [unknown, ...infer Tail] ? _LengthRec> : never; export type Length_ = _LengthRec; export type Length = Length_; //# sourceMappingURL=Length.d.ts.map