1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

remove duplicate declaration

This commit is contained in:
Leopold Tal G 2020-09-27 23:38:19 +02:00
parent b775895601
commit 4cee09c1f8

3
src/js/globals.d.ts vendored
View File

@ -19,9 +19,6 @@ declare const G_BUILD_VERSION: string;
declare const G_ALL_UI_IMAGES: Array<string>;
declare const G_IS_RELEASE: boolean;
// Node require
declare function require(...args): any;
// Polyfills
declare interface String {
replaceAll(search: string, replacement: string): string;