3 lines
45 B
TypeScript
3 lines
45 B
TypeScript
declare const tlds: string[];
|
|
export = tlds;
|
declare const tlds: string[];
|
|
export = tlds;
|