Skip to main content

deno_latest_version

tag Build Status license

Get the latest version of Deno from https://deno.land/x.

Usage

import latestVersion from 'https://deno.land/x/latest_version/mod.ts';

await latestVersion('std');

Example

deno run --allow-net https://deno.land/x/latest_version/example.ts

License

deno_latest_version is released under the MIT License. See the bundled LICENSE file for details.