fix(parser): correct jsdoc comment
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
This commit is contained in:
parent
2501032cf4
commit
28dc915498
2 changed files with 2 additions and 1 deletions
|
@ -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": {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue