function getGroupBySlugIndex
getGroupBySlugIndex(slugIndex: string): Promise<Group | null>

Get a single group by slug_index (from cache)

Parameters

slugIndex: string

Return Type

Promise<Group | null>

Usage

import { getGroupBySlugIndex } from "doc.ts";