UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

5 lines (4 loc) 263 B
import { IZip } from "r2-utils-js/dist/es5/src/_utils/zip/zip"; import { NCX } from "./epub/ncx"; import { OPF } from "./epub/opf"; export declare const convertNccToOpfAndNcx: (zip: IZip, rootfilePathDecoded: string, rootfilePath: string) => Promise<[OPF, NCX]>;