chore: update auto-generated file
This commit is contained in:
parent
64088819be
commit
7c32f682d4
1 changed files with 1 additions and 1 deletions
2
packages/backend-rs/index.d.ts
vendored
2
packages/backend-rs/index.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue