UNPKG

153 BTypeScriptView Raw
1import { LCP } from "../parser/epub/lcp";
2export declare function lsdLcpUpdate(lcp: LCP, httpHeaders?: {
3 [key: string]: string;
4}): Promise<string>;