Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nitayneeman/ac4eed1f2ec47b9b85aeec1a1d775639 to your computer and use it in GitHub Desktop.
Save nitayneeman/ac4eed1f2ec47b9b85aeec1a1d775639 to your computer and use it in GitHub Desktop.
// Static imports
// import { ... } from '...';
// ...
import('./module.mjs').then((module) => {
// The exports are accessible through the module object
module.myFunction();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment