Function: registerStandardTools()
registerStandardTools(
kit,options?): () =>void
Defined in: standard-tools.ts:214
Register the derived standard tools on a toolkit. Idempotent by name, like every other registration — safe to call from a module that re-evaluates under HMR. Returns an unsubscribe for the control-surface watcher (rarely needed; a page teardown drops everything anyway).
Parameters
kit
options?
Returns
() => void