Created
August 2, 2018 15:00
-
-
Save thibmaek/98cbdc311c1f2a43d0efa3307f7d9087 to your computer and use it in GitHub Desktop.
NPM on the web
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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