From e1366084111d035faa80f541e2f5a88ba771b1b1 Mon Sep 17 00:00:00 2001 From: Ajay Shrestha Date: Wed, 20 Jun 2018 14:12:58 +0545 Subject: [PATCH] Update index.d.ts --- types/tlds/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/tlds/index.d.ts b/types/tlds/index.d.ts index 4e567771d4..18743a2e3c 100644 --- a/types/tlds/index.d.ts +++ b/types/tlds/index.d.ts @@ -6,4 +6,5 @@ /* Declaring const tlds and exporting it */ -export const tlds: string[]; +declare const tlds: string[]; +export = tlds