Neah/node_modules/webdav/dist/node/tools/xml.d.ts
2025-04-24 19:10:05 +02:00

3 lines
135 B
TypeScript

export declare function generateLockXML(ownerHREF: string): string;
export declare function parseGenericResponse(xml: string): Object;