PackwizJS/docs/parser/functions/parsePackwiz.md
2025-02-09 10:24:15 -06:00

467 B

packwizjs


packwizjs / parser / parsePackwiz

Function: parsePackwiz()

parsePackwiz(filePath): Promise<Packwiz>

Defined in: parser.ts:190

Parses a packwiz.toml file and returns its contents.

Parameters

filePath

string

The path of the TOML file.

Returns

Promise<Packwiz>

The parsed file as a structured class.