Add immediate triggering; move time to schedulerState

This commit is contained in:
Aria 2026-01-11 14:51:47 -06:00
parent 3a284696c9
commit 12cc1e9b5e
4 changed files with 79 additions and 8 deletions

View file

@ -22,7 +22,7 @@ export * from './repl.mjs';
export * from './signal.mjs';
export * from './speak.mjs';
export * from './state.mjs';
export * from './time.mjs';
export * from './schedulerState.mjs';
export * from './timespan.mjs';
export * from './ui.mjs';
export * from './util.mjs';