UNPKG

r2-navigator-js

Version:

Readium 2 'navigator' for NodeJS (TypeScript)

3 lines (2 loc) 219 B
import { Server } from "r2-streamer-js/dist/es5/src/http/server"; export declare function doTryLcpPass(publicationsServer: Server, publicationFilePath: string, lcpPasses: string[], isSha256Hex: boolean): Promise<void>;