UNPKG

nephele

Version:

Highly customizable and extensible WebDAV server for Node.js and Express.

6 lines (5 loc) 161 B
export declare class ResourceNotModifiedError extends Error { etag?: string; lastModified?: Date; constructor(etag?: string, lastModified?: Date); }