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

x/packwiz/mod.ts>packFile.PackFile

Deno wrapper around packwiz CLI
Latest
type alias packFile.PackFile
import { type packFile } from "https://deno.land/x/packwiz@0.1.0/mod.ts";
const { PackFile } = packFile;
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; }; }