Skip to content

Instantly share code, notes, and snippets.

@thibmaek
Created August 2, 2018 15:00
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 thibmaek/98cbdc311c1f2a43d0efa3307f7d9087 to your computer and use it in GitHub Desktop.
Save thibmaek/98cbdc311c1f2a43d0efa3307f7d9087 to your computer and use it in GitHub Desktop.
NPM on the web
const npm = pkg => import(`https://unpkg.com/${pkg}?module`);
(async () => {
const pf = await npm('pure-fun');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment