grammyjs / types

Type declarations of the Telegram Bot API.
MIT License
39 stars 5 forks source link

refactor: remove ineffective export keywords #33

Closed rojvv closed 6 months ago

KnorpelSenf commented 10 months ago

These keywords are only ineffective in Deno. The last time I tried, it was required to export the interfaces inside exported modules, too, when the project is compiled to .d.ts files. Closing. Feel free to reopen if you try this and determine that things have changed.

rojvv commented 10 months ago
Screenshot 2023-12-31 at 09 54 22
KnorpelSenf commented 10 months ago

Okay but can you use them in your node project now?

rojvv commented 10 months ago
Screenshot 2023-12-31 at 18 30 51
KnorpelSenf commented 10 months ago

Not inside this package, inside a separate project that imports things which need to be resolved via package.json

KnorpelSenf commented 6 months ago

Largely outdated and still untested