Created
July 13, 2016 17:05
-
-
Save andrerpena/a53aaea0c10762c815de542386d37dd8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export horseman from ''node-horseman' // no ES2015 | |
// é equivalente a | |
module.exports = { horseman: require('node-horseman'); }; | |
// que é equivalente a | |
module.exports.horseman = require('node-horseman'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment