Type alias PackedFunc

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

Type for PackedFunc in the TVMRuntime.

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any

      Returns any

Type declaration

Generated using TypeDoc