biofriction-wp-theme/node_modules/rxjs/observable/if.d.ts

3 lines
101 B
TypeScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
import { IfObservable } from './IfObservable';
export declare const _if: typeof IfObservable.create;