/js/lib/Socket.IO-node/support/expresso/lib/bar.js
JavaScript | 4 lines | 3 code | 1 blank | 0 comment | 1 complexity | 9c92325411b3b4c4c131d0ec80439702 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
- exports.bar = function(msg){
- return msg || 'bar';
- };