function hashInviteCode
hashInviteCode(code: string): Promise<string>

Hash an invite code using SHA-256

Parameters

code: string

Return Type

Promise<string>

Usage

import { hashInviteCode } from "docs/database.ts";