UNPKG

viem

Version:

TypeScript Interface for Ethereum

4 lines (3 loc) 98 B
export async function wait(time: number) { return new Promise((res) => setTimeout(res, time)) }