Skip to content

Commit 616530c

Browse files
authored
fix: index.d.ts HTMLElement reference (#59)
1 parent 3efcddc commit 616530c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// <reference lib="dom" />
2+
13
import { FastifyPluginCallback, FastifyReply, FastifyRequest, onRequestHookHandler, preHandlerHookHandler } from 'fastify';
24

35
/**

0 commit comments

Comments
 (0)