From 421f67199cb2aae2d735ed38779607f5d3433971 Mon Sep 17 00:00:00 2001 From: Ajay Shrestha Date: Wed, 20 Jun 2018 14:20:51 +0545 Subject: [PATCH] Update index.d.ts --- types/tlds/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tlds/index.d.ts b/types/tlds/index.d.ts index 18743a2e3c..473fb16139 100644 --- a/types/tlds/index.d.ts +++ b/types/tlds/index.d.ts @@ -7,4 +7,4 @@ Declaring const tlds and exporting it */ declare const tlds: string[]; -export = tlds +export = tlds;