chronik-cache
Version:
A cache helper for chronik-client
11 lines (8 loc) • 371 B
text/typescript
// Copyright (c) 2024 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
// Temporary import for CommonJS compatibility
import ChronikCache from './src/index';
// Export as both default and named export
export default ChronikCache;
export { ChronikCache };