Skip to content

Instantly share code, notes, and snippets.

@demurgos
Created August 26, 2018 22:00
Show Gist options
  • Select an option

  • Save demurgos/91afc684755fd11e3a58c536bbcce382 to your computer and use it in GitHub Desktop.

Select an option

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