import * as molt from "https://deno.land/x/molt@0.17.2/lib/dependency.ts";
Functions
Check if the given version string represents a pre-release. | |
Parse properties of a dependency from the given URL. | |
Resolve the latest version of the given dependency. | |
Convert the given dependency to a URL string. |
Interfaces
Properties of a dependency parsed from an import specifier. | |
Properties of a dependency parsed from an updated import specifier.
The |