UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

9 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBeamQuote = getBeamQuote; const common_js_1 = require("./common.js"); async function getBeamQuote(client, args) { const quote = await (0, common_js_1.getQuote)(client, args); return quote; } //# sourceMappingURL=getBeamQuote.js.map