UNPKG

r2-lcp-js

Version:

Readium 2 LCP bits for NodeJS (TypeScript)

5 lines (4 loc) 153 B
import { LCP } from "../parser/epub/lcp"; export declare function lsdLcpUpdate(lcp: LCP, httpHeaders?: { [key: string]: string; }): Promise<string>;