537 B
537 B
packwizjs / enums/hash-format / isValidHashFormat
Function: isValidHashFormat()
isValidHashFormat(
hashFormat
):HashFormat
Defined in: enums/hash-format.ts:17
Checks if the provided hash format is allowed by Packwiz.
Parameters
hashFormat
string
The hash format to check.
Returns
The HashFormat enum value if valid, otherwise throws an error.