r2-lcp-js
Version:
Readium 2 LCP bits for NodeJS (TypeScript)
6 lines (5 loc) • 344 B
TypeScript
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>;