Skip to content

Instantly share code, notes, and snippets.

@demurgos
Created August 26, 2018 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demurgos/91afc684755fd11e3a58c536bbcce382 to your computer and use it in GitHub Desktop.
Save demurgos/91afc684755fd11e3a58c536bbcce382 to your computer and use it in GitHub Desktop.
export function helloWorld () {
console.log('Hello, World!')
}
import('./hello-world')
.then(helloWorld => helloWorld.helloWorld())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment