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

3 lines
113 B
TypeScript
Raw Permalink Normal View History

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