function createManifest
createManifest(files: Record<string, Uint8Array>): Promise<string>

Create manifest.json mapping filenames to SHA-1 hashes

Parameters

files: Record<string, Uint8Array>

Return Type

Promise<string>

Usage

import { createManifest } from "docs/tickets.ts";