Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/packwiz/packFile.ts>PackFile

Deno wrapper around packwiz CLI
Latest
type alias PackFile
import { type PackFile } from "https://deno.land/x/packwiz@0.1.0/packFile.ts";
definition: { readonly name: string; readonly version: string; readonly pack-format: string; readonly index: { readonly file: string; readonly hash-format: string; readonly hash: string; }; versions: Partial<Readonly<Record<Lowercase<ModLoader>, string>>> & { readonly minecraft: string; }; }