@elrayees/onnxruntime-node-types
v1.0.0
Published
TypeScript type definitions for onnxruntime-node
Downloads
5
Maintainers
Readme
@elrayees/onnxruntime-node-types
TypeScript type definitions for onnxruntime-node.
Installation
npm install @elrayees/onnxruntime-node-typesUsage
Before using it add this line code to tsconfig.json
"compilerOptions": {
"types": ["@elrayees/onnxruntime-node-types"],
}