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) 268 B
'use strict'; // Fire me up! module.exports = { implements: 'instantiation/failing/injectThrowError', inject: 'instantiation/failing/throwError' }; module.exports.factory = function(throwError) { return require('path').relative(process.cwd(), __filename); };