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) 232 B
'use strict'; // Fire me up! module.exports = { implements: 'wrongConfig/factoryAndConstructorAndInstance' }; module.exports.factory = function () {}; module.exports._constructor = function () {}; module.exports.instance = {};