UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

12 lines (11 loc) 299 B
export declare class Rootfile { Type: string; Version: string; Path1: string; get Path(): string; set Path(href: string); private _urlDecoded; get PathDecoded(): string | undefined; set PathDecoded(href: string | undefined); setPathDecoded(href: string): void; }