Skip to content

Instantly share code, notes, and snippets.

@casprwang
Created May 29, 2017 21:56
Show Gist options
  • Save casprwang/4effb4ffb6e075eca40d8d6c9e015d01 to your computer and use it in GitHub Desktop.
Save casprwang/4effb4ffb6e075eca40d8d6c9e015d01 to your computer and use it in GitHub Desktop.
module.exports
// module.exports
// index.js
module.exports = () => { console.log('ANONYMOUS') }
// hello.js
import log from './hello.js'
log()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment