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

Compute slug index from slug for blind index lookup

Parameters

slug: string

Return Type

Promise<string>

Usage

import { computeSlugIndex } from "doc.ts";