UNPKG

168 BTypeScriptView Raw
1import { MonoTypeOperatorAsyncFunction } from '../../interfaces';
2export declare function endWith<TSource>(...args: TSource[]): MonoTypeOperatorAsyncFunction<TSource>;