UNPKG

fire-up

Version:

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

10 lines (6 loc) 218 B
'use strict'; // Fire me up! module.exports = { implements: ['wrongConfig/implementsWithStaticArgsAsArray', 'wrongConfig/implementsWithStaticArgsAsArray(not allowed)'] }; module.exports.factory = function () { };