Skip to content
Shapemetry

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) & Unsubscribe

Unsubscribe

type

type Unsubscribe
// = {
    onSubscribe?: (release: () => void) => void;
}
Last updated: 📖 1 min readEdit on GitHub