function computeSlugIndex
computeSlugIndex(slug: string): Promise<BlindIndex>

Compute the blind index used for listing slug lookups.

Parameters

slug: string

Return Type

Promise<BlindIndex>

Usage

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