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;