UNPKG

@iexec/iapp

Version:

A CLI to guide you through the process of building an iExec iApp

2 lines 111 B
export const sleep = async (ms) => new Promise((res) => setTimeout(res, ms)); //# sourceMappingURL=sleep.js.map