Created
August 11, 2021 17:47
-
-
Save wperron/7215cee7437fac4a65e932fe166ee518 to your computer and use it in GitHub Desktop.
Get latest deno std version
This file contains hidden or 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
addEventListener("fetch", (event) => { | |
event.respondWith(fetch("https://deno.land/std/version.ts")); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment