UNPKG

185 BTypeScriptView Raw
1import { MonoTypeOperatorAsyncFunction } from '../../interfaces';
2export declare function _finally<TSource>(action: () => void | Promise<void>): MonoTypeOperatorAsyncFunction<TSource>;