mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
cursed logging
This commit is contained in:
parent
4f08948e98
commit
2598bee87b
6 changed files with 147 additions and 7 deletions
6
src/global.d.ts
vendored
Normal file
6
src/global.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
declare const dbg: {
|
||||
log: (message: string, ...args: any[]) => void;
|
||||
warn: (message: string, ...args: any[]) => void;
|
||||
error: (message: string, ...args: any[]) => void;
|
||||
debug: (message: string, ...args: any[]) => void;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue