thegecko / web-bluetooth-dfu

Device firmware update with Web Bluetooth
https://thegecko.github.io/web-bluetooth-dfu/
MIT License
98 stars 42 forks source link

Missing typescript types #75

Closed DanTheMan827 closed 2 years ago

DanTheMan827 commented 2 years ago

The typescript files are present in the src folder, but there are no .d.ts files within the published package.

thegecko commented 2 years ago

Just installed the latest version of this (v1.2.0) and can confirm the types are present in the types folder as referenced by the package.json file:

"types": "./types/index.d.ts",
DanTheMan827 commented 2 years ago

I apologize, I could've sworn that folder was missing on my install (and maybe it was for some reason)