@cfxdevkit/defillama
Version:
A TypeScript library for interacting with Defillama API
12 lines • 501 B
JavaScript
;
/**
* DeFi Llama API Client
* @packageDocumentation
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefiLlamaAPI = exports.DeFiLlama = void 0;
// Core exports
var core_1 = require("./core");
Object.defineProperty(exports, "DeFiLlama", { enumerable: true, get: function () { return core_1.DeFiLlama; } });
Object.defineProperty(exports, "DefiLlamaAPI", { enumerable: true, get: function () { return core_1.DefiLlamaAPI; } });
//# sourceMappingURL=index.js.map