tvmjs
    Preparing search index...

    Type Alias PackedFunc

    PackedFunc: (...args: any) => any & Disposable & {
        _tvmPackedCell: PackedFuncCell;
    }

    Type for PackedFunc in the TVMRuntime.