-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
Description
This plugin, when imported from a .ts
file, throws types error because it doesn't declare any types.
I think it would be a good enhancement to declare at single a single types.d.ts
in the package to export types, without converting the whole source code to Typescript.
This way, Typescript users can seamlessly import the package without having to declare themselves the types :)
You can even export declaration types from .js
files! https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html
dixhuit, rob4226, ShayanTheNerd, MartinLednarLedo, ChaseMarcum and 8 morerob4226