Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
variable fetchLatestVersionByModuleName
import { fetchLatestVersionByModuleName } from "https://deno.land/x/ranking@0.3.5/src/repositories/deno_repository.ts";

type

(name: string) => Promise<Versions>