Misc shim refactoring

This commit is contained in:
hensm
2021-04-29 05:07:42 +01:00
parent a70f02f9a7
commit 53427e1077
5 changed files with 320 additions and 323 deletions

1
ext/src/global.d.ts vendored
View File

@@ -3,6 +3,7 @@ declare const MIRRORING_APP_ID: string;
declare const APPLICATION_NAME: string;
declare const APPLICATION_VERSION: string;
declare type Nullable<T> = T | null;
declare interface Object {
// eslint-disable-next-line @typescript-eslint/ban-types