UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

6 lines (5 loc) 143 B
import { Rootfile } from "./container-rootfile"; export declare class Container { Rootfile: Rootfile[]; ZipPath: string | undefined; }