UNPKG

openzeppelin-network-test

Version:

An easy to use and reliable library that provides one line access to Web3 API.

2 lines (1 loc) 80 B
export default function timeout<T>(target: Promise<T>, ms: number): Promise<T>;