UNPKG

@triliumnext/express-partial-content

Version:

A partial content handler implementation for any readable stream with Express. Based on this blog post: https://www.codeproject.com/Articles/813480/HTTP-Partial-Content-In-Node-js.

4 lines (3 loc) 95 B
export declare class RangeParserError extends Error { constructor(start: any, end: any); }