UNPKG

simple-ioc

Version:

Simple Inversion of Control for node.js

3 lines 65 B
module.exports = function( pub ) { pub.testKey = 'testValue'; };