Rocky_Mountain_Vending/.pnpm-store/v10/files/68/63221e166568bb3f7fa0c69dc31b4f179fb81d74ae8b0ecb10ec363e36b0de1dbbeeeeaa916138ab37e96f11fb04c9775e16d4835aa8be73e8b86454e3c536
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
266 B
Text

import * as wasm from '../../dist/wasm/nodejs/blake3_js';
/**
* Lazyily get the WebAssembly module. Used to avoid unnecessarily importing
* the wasm when extending the WebAssembly node code for native bindings.
*/
export declare const getWasm: () => typeof wasm;