UNPKG

185 BTypeScriptView Raw
1/**
2 * `length` property declaration for collections to obtain their element
3 * count.
4 */
5export interface ILength {
6 readonly length: number;
7}
8//# sourceMappingURL=length.d.ts.map
\No newline at end of file