UNPKG

globalping

Version:

The official TS/JS client for the Globalping API

4 lines (3 loc) 103 B
export const wait = async (ms: number) => { await new Promise(resolve => setTimeout(resolve, ms)); };