This commit is contained in:
2025-11-29 15:24:00 +00:00
commit 9411b5ee49
42 changed files with 14742 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
export { WebDAVHandler } from './webdav.handler.js';
export type {
TWebDAVMethod,
TWebDAVDepth,
IWebDAVProperty,
IWebDAVResource,
IWebDAVLock,
IWebDAVContext,
} from './webdav.types.js';
export {
generateMultistatus,
generateLockResponse,
generateError,
parsePropfindRequest,
} from './webdav.xml.js';