File size: 160 Bytes
bc20498 |
1 2 3 4 5 6 |
export declare class UniqueIdGenerator {
private uniqueIdSeq;
private readonly usedUniqueIds;
generate(base: string, ...texts: string[]): string;
}
|
bc20498 |
1 2 3 4 5 6 |
export declare class UniqueIdGenerator {
private uniqueIdSeq;
private readonly usedUniqueIds;
generate(base: string, ...texts: string[]): string;
}
|