UNPKG

177 BTypeScriptView Raw
1import { MonoTypeOperatorAsyncFunction } from '../../interfaces';
2export declare function takeUntil<TSource>(other: () => Promise<any>): MonoTypeOperatorAsyncFunction<TSource>;