function getAllGroups
getAllGroups(): Promise<Group[]>

Get all groups, decrypted, ordered by id (from cache)

Return Type

Promise<Group[]>

Usage

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