UNPKG

@bigmi/core

Version:

TypeScript library for Bitcoin apps.

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