DefinitelyTyped/types/tlds/index.d.ts
2018-06-20 14:20:51 +05:45

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;