类型别名 PackedFunc

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

TVMRuntime 中 PackedFunc 的类型。

使用 TypeDoc 生成