UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

10 lines (9 loc) 253 B
export declare class Content { Src1: string; get Src(): string; set Src(href: string); private _urlDecoded; get SrcDecoded(): string | undefined; set SrcDecoded(href: string | undefined); setSrcDecoded(href: string): void; }