Skip to content

Instantly share code, notes, and snippets.

@giltayar
Last active January 4, 2018 12:43
Show Gist options
  • Save giltayar/6034c659a8de535b7966fd7ee0e58d56 to your computer and use it in GitHub Desktop.
Save giltayar/6034c659a8de535b7966fd7ee0e58d56 to your computer and use it in GitHub Desktop.
async function main() {
const {kettle} = await import('./kettle.mjs') // succeeds!
console.log(kettle)
}
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment