Fix module exports.
This commit is contained in:
parent
f1d359b3e7
commit
ce53fe5e31
@ -270,4 +270,8 @@ exports.Xo = Xo;
|
||||
|
||||
//====================================================================
|
||||
|
||||
exports = module.exports = Xo;
|
||||
function createXo(opts) {
|
||||
return new Xo(opts);
|
||||
}
|
||||
|
||||
exports = module.exports = assign(createXo, module.exports);
|
||||
|
Loading…
Reference in New Issue
Block a user