fix(parser): correct jsdoc comment
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s

This commit is contained in:
cswimr 2025-02-12 01:10:59 -06:00
parent 2501032cf4
commit 28dc915498
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@packwizjs/parser",
"module": "src/index.ts",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"description": "A simple library for parsing Packwiz TOML files",
"author": {

View file

@ -46,6 +46,7 @@ export function isValidHashFormat(hashFormat: string): HashFormat {
* @param hash - The hash to check against.
* @param hashFormat - The hashing format to use.
* @param data - The data to hash and compare.
* @returns true if the hashes match, false otherwise.
*/
export function doHashesMatch(
hash: string,