UNPKG

451-tools

Version:

Censorship resilient and distributed publishing: informed by the needs of publishers and their audiences, More Mirrors implements a set of offline fallback strategies for censorship resilient websites.

9 lines (8 loc) 376 B
export function getMirrors(): Promise<any>; export function saveMirrors(mirrors: any): Promise<void>; export function markMirror(mirror: any, status: any): Promise<void>; export function expireMirrorStatus(): Promise<void>; export function nextAvailableMirror(): Promise<any>; export const MIRROR_UP: "up"; export const MIRROR_LIE_FI: "low"; export const MIRROR_DOWN: "down";