mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-09-15 03:59:05 +00:00
update
This commit is contained in:
6
node_modules/rxjs/add/operator/zip.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/add/operator/zip.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { zipProto } from '../../operator/zip';
|
||||
declare module '../../Observable' {
|
||||
interface Observable<T> {
|
||||
zip: typeof zipProto;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user