UNPKG

harsta

Version:

Harsta is a contract development tool based on Hardhat, designed to streamline the development, testing, and referencing of contracts, addresses, ABIs, and contract instances.

4 lines (3 loc) 99 B
export function delay(time: number) { return new Promise(resolve => setTimeout(resolve, time)) }