Initial commit - Event Planner application
This commit is contained in:
6
node_modules/iterare/lib/concat.d.ts
generated
vendored
Normal file
6
node_modules/iterare/lib/concat.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare class ConcatIterator<T> implements Iterator<T> {
|
||||
private toConcat;
|
||||
constructor(toConcat: Iterator<T>[]);
|
||||
next(): IteratorResult<T>;
|
||||
}
|
||||
//# sourceMappingURL=concat.d.ts.map
|
||||
Reference in New Issue
Block a user