
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
import { OperatorFunction } from '../types';
export declare function mapTo<R>(value: R): OperatorFunction<any, R>;
/** @deprecated Do not specify explicit type parameters. Signatures with type parameters that cannot be inferred will be removed in v8. */
export declare function mapTo<T, R>(value: R): OperatorFunction<T, R>;
//# sourceMappingURL=mapTo.d.ts.map