enb-async-require Require files in async manner. Usage example: var asyncRequire = require('enb-async-require'); function someAsyncFunc () { return asyncRequire('path/to/module').then(function (module) { //do stuff with required module here } }