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

x/dep/lib/helpers/tarball_packer.ts>pack

Deno dependency management tool.
Latest
variable pack
import { pack } from "https://deno.land/x/dep@v0.2.3/lib/helpers/tarball_packer.ts";

type

(manifest: Manifest, opts?: { cwd?: string; filename?: string; outputDir?: string | null; }) => unknown