fire-up
Version:
Fire Up! is a dependency injection container designed specifically for node.js with a powerful but sleek API.
13 lines (9 loc) • 332 B
JavaScript
;
// Fire me up!
module.exports = {
implements: 'injection/circular/singleton/large/moduleADependingOnBWithSecondInterface',
inject: 'injection/circular/singleton/large/moduleBDependingOnC/secondInterface'
};
module.exports.factory = function () {
return require('path').relative(process.cwd(), __filename);
};