UNPKG

@openocean.finance/widget-sdk

Version:

OpenOcean Any-to-Any Cross-Chain-Swap SDK

8 lines 196 B
export const getRootCause = (e) => { let rootCause = e; while (rootCause?.cause) { rootCause = rootCause.cause; } return rootCause; }; //# sourceMappingURL=rootCause.js.map