Open alexwilson opened 8 years ago
So exposing as...
const suggestUsername = require('suggest-username');
const username = new suggestUsername(optionalParams);
? I'm currently being swayed away from using classical inheritance techniques in js. Any reason why you would prefer it over a Promise?
Hey, does it make sense to export this via ES6?