We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd7577 commit 0bc4196Copy full SHA for 0bc4196
lib/index.js
@@ -3,3 +3,5 @@ const Builder = require('./builder.js');
3
module.exports = function (options) {
4
return new Builder(options);
5
};
6
+
7
+module.exports.Builder = Builder;
0 commit comments