extern: rename .d.ts to .ts

This commit is contained in:
Peter Fajdiga
2024-04-20 17:41:46 +02:00
parent 5e6dad8459
commit b897ab5b9f
3 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
type Console = {
log(...args: any[]): void;
trace(): void;
assert(boolean, string?): void;
assert(assertion: boolean, message?: string): void;
}
type Qt = {