// OK: use of `exports` as shorthand for `module.exports` module.exports = exports = {}; exports.a = 23;