UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

3 lines (2 loc) 61 B
export interface Collection<E = any> extends Iterable<E> { }