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>
7 lines
No EOL
442 B
Text
7 lines
No EOL
442 B
Text
import type { StringReader, StringWriter } from './strings.cts';
|
|
export declare const comma: number;
|
|
export declare const semicolon: number;
|
|
export declare function decodeInteger(reader: StringReader, relative: number): number;
|
|
export declare function encodeInteger(builder: StringWriter, num: number, relative: number): number;
|
|
export declare function hasMoreVlq(reader: StringReader, max: number): boolean;
|
|
//# sourceMappingURL=vlq.d.ts.map |