6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
|
export declare class IdGeneration {
|
||
|
private static nouns;
|
||
|
private static adjectives;
|
||
|
static generateTunnelId(): string;
|
||
|
}
|
||
|
//# sourceMappingURL=idGeneration.d.ts.map
|