Rocky_Mountain_Vending/.pnpm-store/v10/files/5a/5bbd2738df3ad3081d9473bba13e708e6bda99cd33e3dc652011f44793f41e967caa1ae5fb61592a434db8613550cc487478100e97ee4a50b6c713be28da28
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
No EOL
306 B
Text

/// <reference types="node" />
import { LookupAddress, LookupOptions } from 'dns';
import { GMT } from './index';
export declare function dnsLookup(host: string, opts: LookupOptions): Promise<string | LookupAddress[]>;
export declare function isGMT(v?: string): v is GMT;
//# sourceMappingURL=util.d.ts.map