Skip to content

Instantly share code, notes, and snippets.

@reconbot
Created June 21, 2021 03:25
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 reconbot/7f6c6892df6bc687e4e88a20596a4742 to your computer and use it in GitHub Desktop.
Save reconbot/7f6c6892df6bc687e4e88a20596a4742 to your computer and use it in GitHub Desktop.
How to use import to import an ems module form a cjs file
const slugifyP = import('@sindresorhus/slugify')
slugifyP.then(slugify => console.log(slugify.default('I ♥ Dogs')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment