chore: initialize from frontend template 4dc033c
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export type ClockPort = Readonly<{
|
||||
now(): number;
|
||||
sleep(milliseconds: number, signal?: AbortSignal): Promise<void>;
|
||||
}>;
|
||||
Reference in New Issue
Block a user