You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

webdav.ts 232B

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. }