Rocky_Mountain_Vending/.pnpm-store/v10/files/71/a786eaa431ab7a7156ab08160b5de8803620760c24014e9389b56a0e974b0a0cabc18336b10bcc9a1d3ca584a066b5e17d112a5fe5aaaa07fc0773d7ab409a
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

7 lines
232 B
Text

import type { Provider } from "@smithy/types";
/**
* @internal
*
* @returns a provider function for the input value if it isn't already one.
*/
export declare const normalizeProvider: <T>(input: T | Provider<T>) => Provider<T>;