UNPKG

ithit.webdav.server

Version:

With IT Hit WebDAV Server Engine for Node.js you can create your own WebDAV server, add WebDAV support to your existing Node.js project or DAV-enable your CMS/DMS/CRM.

7 lines (6 loc) 143 B
/** * Implemented on files and folders that supports updating parts of its content. * ##### */ export interface IResumableUploadBase { }