UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

4 lines (3 loc) 203 B
import { Publication } from "../models/publication"; export declare function isCBZPublication(filePath: string): boolean; export declare function CbzParsePromise(filePath: string): Promise<Publication>;