Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created July 2, 2019 12:13
Show Gist options
  • Select an option

  • Save goofmint/05864466e40e4a3c54dff64c2ada23cf to your computer and use it in GitHub Desktop.

Select an option

Save goofmint/05864466e40e4a3c54dff64c2ada23cf to your computer and use it in GitHub Desktop.
<script type="module">
import * as module from './utils.mjs';
module.default();
// → logs 'Hi from the default export!'
module.doStuff();
// → logs 'Doing stuff…'
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment