jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.31k stars 356 forks source link

Return void instead of undefined #128

Closed NotWoods closed 4 years ago

NotWoods commented 4 years ago

If the return value will be ignored, void is preferred to undefined.