Skip to main content
Module

x/libpkgx/src/types.ts>Stowage

bringing the entire open source ecosystem to your node and deno apps
Very Popular
Go to Latest
type alias Stowage
import { type Stowage } from "https://deno.land/x/libpkgx@v0.16/src/types.ts";
definition: { type: "src"; pkg: Package; extname: string; } | { type: "bottle"; pkg: Package; compression: "xz" | "gz"; host?: { platform: SupportedPlatform; arch: SupportedArchitecture; }; }