UNPKG

oceanic-transcripts

Version:

A nicely formatted html transcript generator for oceanic.js.

4 lines (3 loc) 178 B
import { type Message } from 'oceanic.js'; import type { Profile } from '../types'; export declare function buildProfiles(messages: Message[]): Promise<Record<string, Profile>>;