webdav.ts 232 B

12345678910
  1. /**
  2. * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: AGPL-3.0-or-later
  4. */
  5. export const createClient = () => {}
  6. export const getPatcher = () => {
  7. return {
  8. patch: () => {}
  9. }
  10. }