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>
22 lines
No EOL
520 B
Text
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 |