UNPKG

nephele

Version:

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

8 lines 237 B
export class ResourceNotModifiedError extends Error { constructor(etag, lastModified) { super(); this.etag = etag; this.lastModified = lastModified; } } //# sourceMappingURL=ResourceNotModifiedError.js.map