UNPKG

deependency

Version:

Deependency is modular and extensible Inversion of Control container to easily introduce dependency injection in your NodeJS modules.

16 lines (8 loc) 192 B
'use strict'; module.exports = function AnExplodingService() { var data = { }; function initialize() { data.unknownProperty.value = '^_^'; } initialize(); };