mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Rename directory: app -> bridge
This commit is contained in:
5
bridge/src/global.d.ts
vendored
Normal file
5
bridge/src/global.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare type Nullable<T> = T | null;
|
||||
|
||||
declare type DistributiveOmit<T, K extends keyof any> = T extends any
|
||||
? Omit<T, K>
|
||||
: never;
|
||||
Reference in New Issue
Block a user