From: Chris Duncan Date: Thu, 9 Apr 2026 21:41:29 +0000 (-0700) Subject: Remove duplicate export. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=4d8157a90d59956892677a66d8495ef8dfd67285;p=nano-pow.git Remove duplicate export. --- 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'