@rr0/cms
Version:
RR0 Content Management System (CMS)
13 lines (12 loc) • 459 B
TypeScript
import { HtmlRR0Context } from "../../RR0Context.js";
export declare class WitnessReplacer {
protected now: Date;
private max;
/**
*
* @param context
* @param witnessName The actual name of the witness (even if to be anonymized)
* @param witnessId The unique id (a number typically) to identify the witness in this case.
*/
replacement(context: HtmlRR0Context, witnessName: string, witnessId?: string): HTMLElement;
}