Skip to content

Instantly share code, notes, and snippets.

@bennycode
Created May 27, 2021 12:49
Show Gist options
  • Save bennycode/9baf87503bb704239aab6d87f2e3043c to your computer and use it in GitHub Desktop.
Save bennycode/9baf87503bb704239aab6d87f2e3043c to your computer and use it in GitHub Desktop.
Await default import
const ClassImpl = await import(packageName);
return new ClassImpl.default();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment