Tonejs / Tone.js

A Web Audio framework for making interactive music in the browser.
https://tonejs.github.io
MIT License
13.27k stars 964 forks source link

Missing type definitions in bundled library #1204

Open error-four-o-four opened 11 months ago

error-four-o-four commented 11 months ago

Hey there!

I just noticed that the type definitions respectively interfaces of "FeedbackDelayOptions", "FrequencyShifterOptions" and "ReverbOptions" are not exported and bundled in the final library build. I'm not quite sure if that's intentional but I think it would be a small improvement to export them too. Please let me know if I should create a PR

Best Regards