UNPKG

ipull

Version:

The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.

7 lines (6 loc) 156 B
export declare function parseHttpContentRange(value?: string | null): { start: number; end: number; size: number; length: number; } | null;