@dima_aryze/reforge
Version:
TypeScript/JavaScript SDK for Reforge - Cross-chain token operations
14 lines • 684 B
JavaScript
;
/**
* Legacy client export - maintained for backward compatibility
* All new functionality is implemented in the client/ module
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReforgeSDK = exports.ReforgeClient = void 0;
// Re-export the new modular client architecture
var reforge_client_1 = require("./client/reforge-client");
Object.defineProperty(exports, "ReforgeClient", { enumerable: true, get: function () { return reforge_client_1.ReforgeClient; } });
// Backward compatibility alias
const reforge_client_2 = require("./client/reforge-client");
exports.ReforgeSDK = reforge_client_2.ReforgeClient;
//# sourceMappingURL=client.js.map