mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
344 B
TypeScript
11 lines
344 B
TypeScript
// Type definitions for tlds 1.199
|
|
// Project: https://github.com/stephenmathieson/node-tlds
|
|
// Definitions by: Ajay Gopal Shrestha <https://github.com/ajshres>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.6
|
|
/*
|
|
Declaring const tlds and exporting it
|
|
*/
|
|
declare const tlds: string[];
|
|
export = tlds;
|