Rocky_Mountain_Vending/.pnpm-store/v10/files/0e/452c1d1a4db49bad7d6e61d224801875bfc7e71cf0fe725275fce7e65783d5d08697d19b7daa069d545fe7cf025b401f4ec120c8bdfdb3156ae6c570e637b2
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

10 lines
No EOL
544 B
Text

import { OperatorFunction } from '../types';
/** @deprecated To be removed in v9. Use {@link map} instead: `map(() => value)`. */
export declare function mapTo<R>(value: R): OperatorFunction<unknown, R>;
/**
* @deprecated Do not specify explicit type parameters. Signatures with type parameters
* that cannot be inferred will be removed in v8. `mapTo` itself will be removed in v9,
* use {@link map} instead: `map(() => value)`.
* */
export declare function mapTo<T, R>(value: R): OperatorFunction<T, R>;
//# sourceMappingURL=mapTo.d.ts.map