UNPKG

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) 240 B
'use strict'; // Fire me up! module.exports = { implements: 'injection/use/injectSubInterface', inject: 'interfaces/nested/baseInterface1:subInterface1' }; module.exports.factory = function (subInterface) { return subInterface; };