exports.foo = function () { return 'I am foo' } exports.bar = function () { if (typeof window === 'undefined') { require('./binary.node') } }