UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

3 lines (2 loc) 263 B
import { Publication } from "../models/publication"; export declare const convertDaisyToReadiumWebPub: (outputDirPath: string, publication: Publication, generateDaisyAudioManifestOnly: string | undefined, forceAudioOnly?: boolean) => Promise<string | undefined>;