refactor: delete codecs/ & self.$scramjet

This commit is contained in:
velzie 2024-10-13 10:20:19 -04:00
parent f8d33a207e
commit 337134bcdc
No known key found for this signature in database
GPG key ID: AA51AEFB0A1F3820
22 changed files with 148 additions and 206 deletions

3
src/global.d.ts vendored
View file

@ -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;