EITS-web/node_modules/svelte-eslint-parser/lib/context/unique.d.ts
2025-12-06 09:54:52 -05:00

6 lines
160 B
TypeScript

export declare class UniqueIdGenerator {
private uniqueIdSeq;
private readonly usedUniqueIds;
generate(base: string, ...texts: string[]): string;
}