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) 225 B
'use strict'; // Fire me up! module.exports = { implements: ['interfaces/nested/noBaseInterface1:subInterface2'] }; module.exports.factory = function () { return require('path').relative(process.cwd(), __filename); };