UNPKG

fire-up

Version:

Fire Up! is a dependency injection container designed specifically for node.js with a powerful but sleek API.

12 lines (8 loc) 223 B
'use strict'; // Fire me up! module.exports = { implements: ['interfaces/conflicts/implementingSameInterface'] }; module.exports.factory = function () { return require('path').relative(process.cwd(), __filename); };