Skip to content

justjavac/deno_latest_version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.