From 4cee09c1f86b877a5ac69967d7f767897b3d1a03 Mon Sep 17 00:00:00 2001 From: Leopold Tal G Date: Sun, 27 Sep 2020 23:38:19 +0200 Subject: [PATCH] remove duplicate declaration --- src/js/globals.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/js/globals.d.ts b/src/js/globals.d.ts index 51e4a2c3..642745ca 100644 --- a/src/js/globals.d.ts +++ b/src/js/globals.d.ts @@ -19,9 +19,6 @@ declare const G_BUILD_VERSION: string; declare const G_ALL_UI_IMAGES: Array; declare const G_IS_RELEASE: boolean; -// Node require -declare function require(...args): any; - // Polyfills declare interface String { replaceAll(search: string, replacement: string): string;