initial-state.ts 226 B

12345678
  1. /**
  2. * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: AGPL-3.0-or-later
  4. */
  5. export const loadState = function(app: string, key: string, fallback?: any) {
  6. return fallback
  7. }