-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Milestone
Description
Hey, just install package and got types error:
node_modules/telegraf-session-local/lib/session.d.ts:34:3 - error TS2309: An export assignment cannot be used in a module with other exported elements.
34 export = LocalSession
~~~~~~~~~~~~~~~~~~~~~
Seems it because also interface exported. I think change export = LocalSession to export default LocalSession can fix this.
Now I can't really use this package.
Reactions are currently unavailable