function getGroupById
getGroupById(id: number): Promise<Group | null>

One stored group, through the shared many-group read. Null when no group has that id.

Parameters

id: number

Return Type

Promise<Group | null>

Usage

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