Model - Core
API reference for src/schema/core on @huukhanhnguyen/model, reachable from ..
See the Guide for the ModelJSON / evaluate pipeline.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
Listener
type
type Listener
// = ((...args: unknown[]) => unknown) & UnsubscribeUnsubscribe
type
type Unsubscribe
// = {
onSubscribe?: (release: () => void) => void;
}