UNPKG

fire-up

Version:

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

16 lines (9 loc) 230 B
'use strict'; // Fire me up! module.exports = { implements: 'special/thisPointer' }; module.exports.path = require('path').relative(process.cwd(), __filename); module.exports.factory = function () { return this.path; };