mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-27 08:09:58 -07:00
6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
import { sleep } from "./sleep";
|
|
|
|
export function tick() {
|
|
return sleep(0);
|
|
}
|