UNPKG

110 BTypeScriptView Raw
1declare function healthCheck(port: number, retryOptions?: object): Promise<void>;
2export default healthCheck;