Generate TypeScript declarations from .NET assemblies
npm install tsbindgenGenerate TypeScript declarations from .NET assemblies.
This is a convenience wrapper for @tsonic/tsbindgen.
``bash`
npm install tsbindgen
`bash``
npx tsbindgen generate -a MyAssembly.dll -o out/
- .NET 10 runtime
See the full documentation at @tsonic/tsbindgen.