var me = {}; function exp(k, v) { me[k] = v; } exp("sneaky", 56); module.exports = me;