UNPKG

kubernetes-health

Version:

Helper library for implementing Kubernetes heath checks and graceful HTTP shutdown in Node applications

3 lines (2 loc) 149 B
/** Small utility to create a promise that resolves in the given number of milliseconds */ export declare function sleep(ms: number): Promise<void>;