UNPKG

r2-lcp-js

Version:

Readium 2 LCP bits for NodeJS (TypeScript)

6 lines (5 loc) 344 B
import { LCP } from "../parser/epub/lcp"; import { IDeviceIDManager } from "./deviceid-manager"; export declare function launchStatusDocumentProcessing(lcp: LCP, deviceIDManager: IDeviceIDManager, onStatusDocumentProcessingComplete: (licenseUpdateJson: string | undefined) => void, httpHeaders?: { [key: string]: string; }): Promise<void>;