UNPKG
@promster/fastify
Version:
latest (15.5.1)
15.5.1
15.5.0
15.4.7
15.4.6
15.4.5
15.4.4
15.4.3
15.4.2
15.4.1
15.4.0
15.3.1
15.3.0
15.2.0
15.1.0
15.0.1
15.0.0
14.0.0
13.0.0
12.1.0
12.0.0
9.0.1
9.0.0
8.0.0
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
4.0.0
3.1.13
3.1.12
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0
Fastify server integrations of promster
github.com/tdeekens/promster
tdeekens/promster
@promster/fastify
/
dist
/
declarations
/
src
/
plugin
/
index.d.ts
3 lines
(2 loc)
•
198 B
TypeScript
View Raw
1
2
3
import
{
type
TPromsterOptions
, getRequestRecorder, plugin, signalIsNotUp, signalIsUp }
from
"./plugin.js"
;
export
{
type
TPromsterOptions
, plugin, signalIsUp, signalIsNotUp, getRequestRecorder, };