fix: make application port contracts checkJs-safe
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* }} ClockPort
|
||||
*/
|
||||
|
||||
/** @type {ClockPort} */
|
||||
export const systemClock = Object.freeze({
|
||||
now: () => Date.now(),
|
||||
sleep(milliseconds, signal) {
|
||||
|
||||
Reference in New Issue
Block a user