Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dmm/src/services/nest_service.ts>default

Lightweight Deno Module Manager
Latest
class default
import { default } from "https://deno.land/x/dmm@v2.1.2/src/services/nest_service.ts";

Static Properties

readonly
NEST_API_URL: string

Url for Nest.Land's API link

Static Methods

getLatestModuleRelease(name: string): Promise<string>

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

getThirdPartyRepoURL(importedModuleName: string): Promise<string>

Fetches the owner and repository name, for the given module

await getThirdPartyRepoAndOwner("drash"); // "drashland/nest-drash"