Type alias PackedFunc

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

Type for PackedFunc in the TVMRuntime.

Generated using TypeDoc