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>
4 lines
301 B
Text
4 lines
301 B
Text
export declare function supportsWebCrypto(window: Window): boolean;
|
|
export declare function supportsSecureRandom(window: Window): boolean;
|
|
export declare function supportsSubtleCrypto(subtle: SubtleCrypto): boolean;
|
|
export declare function supportsZeroByteGCM(subtle: SubtleCrypto): Promise<boolean>;
|