fivdi / i2c-bus

I2C serial bus access with Node.js
MIT License
348 stars 57 forks source link

index.d.ts #106

Closed PizzaProgram closed 3 years ago

PizzaProgram commented 3 years ago

Please include index.d.ts in the main directory because it helps a lot to understand definitions about this module.

It took me 1 year to realize it exists! It would have spared me 10+ hours. It would help others too, who are not using VScode from the beginning, like me.

... or at least mention it at the Readme.md file with a link to it.

Thanks :-)

fivdi commented 3 years ago

Which index.d.ts is being referred to? Is it the one here?

PizzaProgram commented 3 years ago

YES.

PizzaProgram commented 3 years ago

Thanks :) Perfect!

fivdi commented 3 years ago

Section TypeScript Type Definitions was added to the README to document the availability of the TypeScript type definitions.

Thanks :) Perfect!

You're welcome.