UNPKG

@thi.ng/api

Version:

Common, generic types, interfaces & mixins

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