# zip()

zip(...observables) // -> Observable<Array>

Create an observable that emits arrays containing the matching index values from each input

Last Updated: 9/14/2021, 5:49:55 PM