extern: rename .d.ts to .ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
type Console = {
|
||||
log(...args: any[]): void;
|
||||
trace(): void;
|
||||
assert(boolean, string?): void;
|
||||
assert(assertion: boolean, message?: string): void;
|
||||
}
|
||||
|
||||
type Qt = {
|
||||
Reference in New Issue
Block a user