Closed seangenabe closed 6 years ago
Huh, i'm surprised browser.js
sets a default
property. i guess it'd be better if both versions do though, yea.
This is important because of the way the types have been set up. The types declare that nano is an export default function
- which requires that the default property is set for it to work.
Ohh, it was for typescript. That makes sense!
:package: v1.2.6
module.exports.default
seems to be defined in browser.js but not in server.js.