From 4d8157a90d59956892677a66d8495ef8dfd67285 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 9 Apr 2026 14:41:29 -0700 Subject: [PATCH] Remove duplicate export. --- src/utils/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index be5fa83..3160d10 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,9 +1,6 @@ //! SPDX-FileCopyrightText: 2025 Chris Duncan //! SPDX-License-Identifier: GPL-3.0-or-later -import { Cache } from '.' -export const clearCache = Cache.clear - export * from './api-support' export * from './bigint' export * from './cache' -- 2.47.3