chronik-cache
Version:
A cache helper for chronik-client
15 lines (14 loc) • 653 B
JavaScript
;
// 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.
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChronikCache = void 0;
// Temporary import for CommonJS compatibility
const index_1 = __importDefault(require("./src/index"));
exports.ChronikCache = index_1.default;
// Export as both default and named export
exports.default = index_1.default;