zip.d.ts 90 B

12
  1. import { zipStatic } from '../operators/zip';
  2. export declare const zip: typeof zipStatic;