UNPKG

@iexec/iapp

Version:

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

3 lines (2 loc) 103 B
export const sleep = async (ms: number): Promise<void> => new Promise((res) => setTimeout(res, ms));