UNPKG

@thi.ng/api

Version:
8 lines 185 B
/** * `length` property declaration for collections to obtain their element * count. */ export interface ILength { readonly length: number; } //# sourceMappingURL=length.d.ts.map