Skip to content

Instantly share code, notes, and snippets.

@wperron
Created August 11, 2021 17:47
Show Gist options
  • Save wperron/7215cee7437fac4a65e932fe166ee518 to your computer and use it in GitHub Desktop.
Save wperron/7215cee7437fac4a65e932fe166ee518 to your computer and use it in GitHub Desktop.
Get latest deno std version
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