Rocky_Mountain_Vending/.pnpm-store/v10/files/6a/0c16dd864692444c5e9f2fbeb06835542b2ce807fb9d3f0b3e9e97a0212ad427e90a21a3212cb721a1c2219b8bde5319d27cc2abf996b6d1aae4d53d1fafb1
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

6 lines
279 B
Text

import type nodeDgram from "node:dgram";
export { Socket } from "./internal/dgram/socket.mjs";
export declare const _createSocketHandle: unknown;
export declare const createSocket: typeof nodeDgram.createSocket;
declare const _default: typeof nodeDgram;
export default _default;