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

x/depm/src/Packages.ts>PackageFetchError

tiny package manager for deno
Latest
type alias PackageFetchError
import { type PackageFetchError } from "https://deno.land/x/depm@2.0.0/src/Packages.ts";
definition:
| { type: "query_parse_failed"; }
| { type: "package_not_found"; }
| { type: "version_not_found"; value: string; }
| { type: "package_type_not_supported"; value: string; }