Kagami / vmsg

:musical_note: Library for creating voice messages
https://kagami.github.io/vmsg/
Creative Commons Zero v1.0 Universal
348 stars 58 forks source link

Export Recorder TS type from type declaration #30

Closed oleg-rdk closed 5 years ago

oleg-rdk commented 5 years ago

So Recorder can be easily exported then import { Recorder } from 'vmsg';

Fixes https://github.com/Kagami/vmsg/issues/20

Kagami commented 5 years ago

Thanks!