Rocky_Mountain_Vending/.pnpm-store/v10/files/de/a859f6fec0bae27b24ad746af06a80e2d67d18a5e196b45affa0d33fe33800445b1a14c7efb0c43f170e4c3dfad47d26f34fc1c84cd80ea48996e2c0f39996
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
234 B
Text

import { 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>;