Last active
January 4, 2018 12:43
-
-
Save giltayar/6034c659a8de535b7966fd7ee0e58d56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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