mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 15:49:58 -07:00
general: snapshot
This commit is contained in:
5
app/src/scripts/utils/tick.ts
Normal file
5
app/src/scripts/utils/tick.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export function tick() {
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(resolve, 0);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user