morphit/node_modules/svelte-eslint-parser/lib/context/unique.d.ts

5 lines
160 B
TypeScript

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