UNPKG

node-cosmos

Version:

A light weight azure cosmosdb client aiming at ease of use for creating REST API. Supports json filter, sort and offset/limit

5 lines (4 loc) 128 B
export const sleep = (wait: number): Promise<void> => new Promise((resolve) => { setTimeout(resolve, wait); });