You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be possible to add module.exports.default = auth; to add support to the default es6 style import import auth from "basic-auth"
Thanks
The text was updated successfully, but these errors were encountered:
After further discussion with @blakeembrey (in typed-typings/npm-basic-auth#1) I came to the conclusion that while useful, still to many variables on the implementation of es6 in nodejs are left open, that could require the removal of the default export.
I was wondering if it would be possible to add
module.exports.default = auth;
to add support to the default es6 style importimport auth from "basic-auth"
Thanks
The text was updated successfully, but these errors were encountered: