UNPKG

@dima_aryze/reforge

Version:

TypeScript/JavaScript SDK for Reforge - Cross-chain token operations

10 lines 404 B
/** * Legacy client export - maintained for backward compatibility * All new functionality is implemented in the client/ module */ // Re-export the new modular client architecture export { ReforgeClient } from './client/reforge-client'; // Backward compatibility alias import { ReforgeClient } from './client/reforge-client'; export const ReforgeSDK = ReforgeClient; //# sourceMappingURL=client.js.map