Skip to main content
Module

x/molt/mod.ts>Dependency

Update dependencies the Deno way
Latest
interface Dependency
import { type Dependency } from "https://deno.land/x/molt@0.17.2/mod.ts";

Properties of a dependency parsed from an import specifier.

Properties

protocol: string

The URL protocol of the dependency.

name: string

The name of the dependency.

optional
version: string

The version string of the dependency.

path: string

The subpath of the dependency.