UNPKG

packdir-cli

Version:
4 lines (3 loc) 159 B
import type { EPub } from '..'; import type { CB } from './html'; export declare function fixHTML(this: EPub, index: number, html: string, imgCB: CB): string;