Skip to content

Instantly share code, notes, and snippets.

@zeptobook
Created June 23, 2020 18:49
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 zeptobook/7a076a85e80f31f8728e75588d2dc2df to your computer and use it in GitHub Desktop.
Save zeptobook/7a076a85e80f31f8728e75588d2dc2df to your computer and use it in GitHub Desktop.
if(condition) {
const mathModule = await import('./dynamicModule.js');
mathModule.sum(10, 20);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment