UNPKG

@etherspot/modular-sdk

Version:

Etherspot Modular SDK - build with ERC-7579 smart accounts modules

7 lines 153 B
/** * @ignore */ export function sleep(sec) { return new Promise((resolve) => setTimeout(resolve, sec * 1000)); } //# sourceMappingURL=sleep.js.map