Skip to main content
Module

x/libpkgx/src/types.ts>Stowage

`import`… but with pkging powers
Very Popular
Go to Latest
type alias Stowage
import { type Stowage } from "https://deno.land/x/libpkgx@v0.17/src/types.ts";
definition: { type: "src"; pkg: Package; extname: string; } | { type: "bottle"; pkg: Package; compression: "xz" | "gz"; host?: { platform: SupportedPlatform; arch: SupportedArchitecture; }; }