UNPKG

r2-utils-js

Version:

Readium 2 'utils' for NodeJS (TypeScript)

5 lines (4 loc) 289 B
export declare function isHTTP(urlOrPath: string): boolean; export declare function encodeURIComponent_RFC3986(str: string): string; export declare function encodeURIComponent_RFC5987(str: string): string; export declare function ensureAbsolute(rootUrl: string, linkHref: string): string;