feat: initial commit
This commit is contained in:
2
node_modules/rxjs/internal/util/isIterable.d.ts
generated
vendored
Normal file
2
node_modules/rxjs/internal/util/isIterable.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/** Identifies an input as being an Iterable */
|
||||
export declare function isIterable(input: any): input is Iterable<any>;
|
Reference in New Issue
Block a user