build(#10336): interactions

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-03-25 23:32:47 +09:00
parent 225a8e11a9
commit 356fd72603
8 changed files with 327 additions and 85 deletions

View File

@@ -0,0 +1,4 @@
export async function tick(): Promise<void> {
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
await new Promise((globalThis.requestIdleCallback ?? setTimeout) as never);
}