Merge branch 'main' into dev

This commit is contained in:
Hakadao
2024-02-19 01:32:54 +08:00
3 changed files with 44 additions and 43 deletions

View File

@@ -2,11 +2,11 @@
interface IdleDeadline {
readonly didTimeout: boolean
timeRemaining(): number
timeRemaining: () => number
}
interface IDisposable {
dispose(): void
dispose: () => void
}
/**