UNPKG

@loopback/docs

Version:
24 lines (16 loc) 635 B
--- lang: en title: 'API docs: extension-health.readycheck' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/extensions/health permalink: /doc/en/lb4/apidocs.extension-health.readycheck.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/extension-health](./extension-health.md) &gt; [ReadyCheck](./extension-health.readycheck.md) ## ReadyCheck type Functions for readiness check <b>Signature:</b> ```typescript export declare type ReadyCheck = () => Promise<void>; ```