Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
456 stars 169 forks source link

typescript exports #264

Closed jraubswitch closed 4 years ago

jraubswitch commented 4 years ago

The typescript types are not being exported. In your package.json you can add

{
  "main": "./dist/modbus.js",
  "types": "./dist/modbus.d.ts"
}

so that they will be exported