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

467 B

packwizjs


packwizjs / parser / parsePackwiz

Function: parsePackwiz()

parsePackwiz(filePath): Promise<Packwiz>

Defined in: parser.ts:161

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.