Update index.d.ts

This commit is contained in:
Ajay Shrestha
2018-06-20 14:12:58 +05:45
committed by GitHub
parent db95351ce2
commit e136608411

View File

@@ -6,4 +6,5 @@
/*
Declaring const tlds and exporting it
*/
export const tlds: string[];
declare const tlds: string[];
export = tlds