Rocky_Mountain_Vending/.pnpm-store/v10/files/8e/373ce39d1cf9f3c9e3045018a3c8f610d6bab41b2c527a47cdc4795f53105bb00c8b14ed3b7a0a91d401cc3ca8b24fdef6402ebebd029aba1dda3dfa24f071
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

22 lines
No EOL
520 B
Text

/**
* @license
* Copyright 2024 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export declare function stringToTypedArray(string: string, base64Encoded?: boolean): Uint8Array;
/**
* @internal
*/
export declare function stringToBase64(str: string): string;
/**
* @internal
*/
export declare function typedArrayToBase64(typedArray: Uint8Array): string;
/**
* @internal
*/
export declare function mergeUint8Arrays(items: Uint8Array[]): Uint8Array;
//# sourceMappingURL=encoding.d.ts.map