biofriction-wp-theme/node_modules/rxjs/operator/toPromise.d.ts

3 lines
115 B
TypeScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
import { Observable } from '../Observable';
export declare const toPromise: typeof Observable.prototype.toPromise;