UNPKG

simple-ioc

Version:

Simple Inversion of Control for node.js

4 lines (3 loc) 67 B
module.exports = function( pub ) { pub.value = 'hyphenated!'; };