UNPKG

r2-navigator-js

Version:

Readium 2 'navigator' for NodeJS (TypeScript)

6 lines (5 loc) 525 B
import { IDeviceIDManager } from "r2-lcp-js/dist/es5/src/lsd/deviceid-manager"; import { LSD } from "r2-lcp-js/dist/es5/src/parser/epub/lsd"; import { Server } from "r2-streamer-js/dist/es5/src/http/server"; export declare function doLsdReturn(publicationsServer: Server, deviceIDManager: IDeviceIDManager, publicationFilePath: string): Promise<LSD>; export declare function doLsdRenew(publicationsServer: Server, deviceIDManager: IDeviceIDManager, publicationFilePath: string, endDateStr: string | undefined): Promise<LSD>;