We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc381f5 commit 1de0514Copy full SHA for 1de0514
types/index.test-d.ts
@@ -1,6 +1,6 @@
1
import fastify, { FastifyRequest } from 'fastify'
2
import { expectAssignable, expectType } from 'tsd'
3
-import { default as bearerAuth, FastifyBearerAuthOptions, verifyBearerAuth, verifyBearerAuthFactory } from '..'
+import bearerAuth, { FastifyBearerAuthOptions, verifyBearerAuth, verifyBearerAuthFactory } from '..'
4
5
const pluginOptions: FastifyBearerAuthOptions = {
6
keys: new Set(['foo']),
0 commit comments