UNPKG

fire-up

Version:

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

11 lines (7 loc) 191 B
'use strict'; // Fire me up! module.exports = { implements: 'wrongConfig/factoryAndConstructor' }; module.exports.factory = function () {}; module.exports._constructor = function () {};