UNPKG

dav

Version:

WebDAV, CalDAV, and CardDAV client for nodejs and the browser

6 lines (5 loc) 224 B
'use strict'; exports.addressBookQuery = require('./address_book_query'); exports.calendarQuery = require('./calendar_query'); exports.propfind = require('./propfind'); exports.syncCollection = require('./sync_collection');