Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/esm/packages/esm-worker/types/index.d.ts>PackageRegistryInfo

A fast, smart, & global CDN for modern(es2015+) web development.
Latest
type alias PackageRegistryInfo
import { type PackageRegistryInfo } from "https://deno.land/x/esm@v135_2/packages/esm-worker/types/index.d.ts";
definition: { name: string; versions: Record<string, any>; dist-tags: Record<string, string>; }