init source
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { ZipOperator } from '../observable/zip';
|
||||
export function zipAll(project) {
|
||||
return (source) => source.lift(new ZipOperator(project));
|
||||
}
|
||||
//# sourceMappingURL=zipAll.js.map
|
||||
Reference in New Issue
Block a user