UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

3 lines (2 loc) 142 B
import { Publication } from "../models/publication"; export declare function PublicationParsePromise(filePath: string): Promise<Publication>;