Skip to content

Instantly share code, notes, and snippets.

@ylv-io
Last active April 26, 2019 10:00
Show Gist options
  • Save ylv-io/dde337c0045ea01d4f245dbae1728368 to your computer and use it in GitHub Desktop.
Save ylv-io/dde337c0045ea01d4f245dbae1728368 to your computer and use it in GitHub Desktop.
const oraFactory = function (opts) {
return new Ora(opts);
};
module.exports = oraFactory;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment