biofriction-wp-theme/node_modules/rxjs/add/observable/zip.d.ts

7 lines
163 B
TypeScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
import { zip as zipStatic } from '../../observable/zip';
declare module '../../Observable' {
namespace Observable {
let zip: typeof zipStatic;
}
}