function computeGroupSlugIndex
computeGroupSlugIndex(slug: string): Promise<string>

Compute slug index from slug for blind index lookup

Parameters

slug: string

Return Type

Promise<string>

Usage

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