usmanyunusov / nanospinner

🌀 The simplest and tiniest terminal spinner for Node.js
https://npm.im/nanospinner
ISC License
183 stars 15 forks source link

Made opts optional in type declaration to match docs and code behavior #11

Closed AsyncBanana closed 2 years ago

AsyncBanana commented 2 years ago

I added an optional flag to opts in the type declaration file to make it so that opts are not required, which matches the docs and the code.