From cd946d31dd7d4e7e3bc62b6995e67404391caf1e Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:47:41 +0200 Subject: [PATCH] update: typings --- typings/global.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/typings/global.d.ts b/typings/global.d.ts index f44f814..34ffd4e 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -16,5 +16,3 @@ declare const rootURI: string; declare const addon: import("../src/addon").default; declare const __env__: "production" | "development"; - -declare class Localization {}