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.

7 lines (6 loc) 164 B
/** * @param {string} url * @param {string} revision * @returns {string} */ export default function createRevisionedUrl(url: string, revision: string): string;