UNPKG

@dima_aryze/reforge

Version:

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

8 lines 339 B
/** * Legacy client export - maintained for backward compatibility * All new functionality is implemented in the client/ module */ export { ReforgeClient } from './client/reforge-client'; import { ReforgeClient } from './client/reforge-client'; export declare const ReforgeSDK: typeof ReforgeClient; //# sourceMappingURL=client.d.ts.map