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.