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) 237 B
'use strict'; // Fire me up! module.exports = { implements: 'injection/direct/singleDependencyAsList', inject: ['interfaces/unnested/singleAsList'] }; module.exports.factory = function (singleAsList) { return [singleAsList]; };