perry-mitchell / webdav-client

WebDAV client written in Typescript for NodeJS and the browser
MIT License
661 stars 143 forks source link

fix(types): `resourcetype` can have any type, so can `collection` #379

Closed susnux closed 2 months ago

susnux commented 2 months ago

For e.g. SabreDAV collection is only set, meaning its type after parsing by the XML parser will be string and its value will be just the empty string.