UNPKG

184 BTypeScriptView Raw
1/**
2 * Interface for collection types supporting addition of multiple
3 * values.
4 */
5export interface IInto<V, T> {
6 into(coll: Iterable<V>): T;
7}
8//# sourceMappingURL=into.d.ts.map
\No newline at end of file