1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

BF: Import Clock utils in core for parity with PsychoPy

This commit is contained in:
TEParsons 2025-02-06 11:51:23 +00:00
parent 74111a894f
commit 3052ab4cee

View File

@ -8,3 +8,4 @@ export * from "./PsychoJS.js";
export * from "./ServerManager.js";
export * from "./Window.js";
export * from "./WindowMixin.js";
export * from "../util/Clock.js";