(
path: string,
handler: (req: FastifyRequest, reply: FastifyReply) => Promise<unknown>,
)
| 6 | |
| 7 | interface WebAssetRouteHost { |
| 8 | get( |
| 9 | path: string, |
| 10 | handler: (req: FastifyRequest, reply: FastifyReply) => Promise<unknown>, |
| 11 | ): unknown; |
no outgoing calls
no test coverage detected