mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Misc shim refactoring
This commit is contained in:
1
ext/src/global.d.ts
vendored
1
ext/src/global.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user