UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

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