jax-js
    Preparing search index...

    Type Alias OwnedFunction<F>

    OwnedFunction: F & { dispose: () => void }

    Function callback with an associated dispose() method.

    The dispose() method should be called to clean up any tracer resources needed by the function after the last time it is called.

    Type Parameters

    • F extends Function