UNPKG

r2-lcp-js

Version:

Readium 2 LCP bits for NodeJS (TypeScript)

13 lines (12 loc) 250 B
export declare class Link { Length: number; Href: string; Title: string; Type: string; Templated: boolean; Profile: string; Hash: string; Rel: string; HasRel(rel: string): boolean; SetRel(rel: string): void; }