Skip to content

Instantly share code, notes, and snippets.

@khaosdoctor
Created October 23, 2017 03:12
Show Gist options
  • Save khaosdoctor/23da61540fae15c0a8ec5a0907c5f99a to your computer and use it in GitHub Desktop.
Save khaosdoctor/23da61540fae15c0a8ec5a0907c5f99a to your computer and use it in GitHub Desktop.
module.exports = 1
module.exports = NaN
module.exports = 'foo'
module.exports = { foo: 'bar' }
module.exports = [ 'foo', 'bar' ]
module.exports = function foo () {}
module.exports = () => {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment