UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

7 lines (6 loc) • 192 B
export declare class DeterministicUuidRegistry { private static readonly registry; static get(str: string, inc?: number): any; static clear(): void; private static hashCode; }