Created
September 18, 2018 07:23
-
-
Save ptgamr/460b4a82f7af88db0a9aab78ea7b16d7 to your computer and use it in GitHub Desktop.
utils
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
fetch('https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js') | |
.then(response => response.text()) | |
.then(text => eval(text)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment