UNPKG
@fluidware-it/healthz-server
Version:
latest (0.1.0)
0.1.0
Simple http server to expose an healthz endpoint
@fluidware-it/healthz-server
/
build
/
esm
/
types.d.ts
12 lines
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
HealthzServerOptions
{
path
?:
string
;
port
?:
number
;
address
?:
string
; }
export
type
checkFunction =
() =>
void
|
Promise
<
void
>;
export
interface
AddressInfo
{
port
:
number
;
address
:
string
;
family
:
string
; }
//# sourceMappingURL=types.d.ts.map