Initial commit - Event Planner application
This commit is contained in:
4
node_modules/iterare/lib/utils.d.ts
generated
vendored
Normal file
4
node_modules/iterare/lib/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare function isIterator(candidate: any): candidate is Iterator<any>;
|
||||
export declare function isIterable(candidate: any): candidate is Iterable<any>;
|
||||
export declare function toIterator<T>(collection: Iterator<T> | Iterable<T>): Iterator<T>;
|
||||
//# sourceMappingURL=utils.d.ts.map
|
||||
Reference in New Issue
Block a user