Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method default.getLatestModuleRelease
import { default } from "https://deno.land/x/dmm@v2.1.2/src/services/deno_service.ts";

Fetches the latest release of a module using deno.land cdn. Includes std as well.

Parameters

name: string
  • Module name

Returns

Promise<string>

The latest version.