mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 15:00:01 -04:00
refactor: delete codecs/ & self.$scramjet
This commit is contained in:
parent
f8d33a207e
commit
337134bcdc
22 changed files with 148 additions and 206 deletions
3
src/global.d.ts
vendored
3
src/global.d.ts
vendored
|
@ -5,4 +5,7 @@ declare const dbg: {
|
|||
debug: (message: string, ...args: any[]) => void;
|
||||
};
|
||||
|
||||
declare const COMMITHASH: string;
|
||||
declare const VERSION: string;
|
||||
|
||||
declare type Self = Window & typeof globalThis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue