chore: update auto-generated file

This commit is contained in:
naskya 2024-06-06 17:10:41 +09:00
parent 64088819be
commit 7c32f682d4
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -452,7 +452,7 @@ export function fromMastodonId(mastodonId: string): string | null
* ```
*/
export function nyaify(text: string, lang?: string | undefined | null): string
/** Hashes the given password using [Argon2] algorithm. */
/** Hashes the given password using [argon2] algorithm. */
export function hashPassword(password: string): string
/** Checks whether the given password and hash match. */
export function verifyPassword(password: string, hash: string): boolean