@lifaon/rx-js-light
Version:
Blazing fast Observables
4 lines (3 loc) • 307 B
TypeScript
import { ICompleteNotification } from '../../../../../../../misc/notifications/built-in/complete/complete-notification.type';
import { IObservable } from '../../../../../../type/observable.type';
export declare function timeoutWithCompleteNotification(duration: number): IObservable<ICompleteNotification>;