xiqi / react-native-live-audio-stream

Get live audio stream data for React Native (works for iOS and Android)
MIT License
71 stars 29 forks source link

Remove `wavFile` from TypeScript type definition #13

Open mcmillan opened 2 years ago

mcmillan commented 2 years ago

This option is not used in this library, however as the TypeScript types (defined in index.d.ts) were copied from react-native-audio-record, it's still declared as a mandatory field in the types.

This removes it from the type definition so that it's not required in order to use this library in a TypeScript-based environment.