UNPKG

packdir-cli

Version:
5 lines (4 loc) 193 B
/// <reference lib="dom" /> import type { EPub } from '../index'; import type { CB } from './html'; export declare function fixHTML(this: EPub, index: number, html: string, imgCB: CB): string;