Skip to content

Commit 2fd4af2

Browse files
authored
Merge pull request #304 from blindperson/master
fix: express build error
2 parents 08bcd86 + 2de0d52 commit 2fd4af2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Agent as HttpAgent } from 'http';
22
import { Agent as HttpsAgent } from 'https';
33
import type {Jwt, Secret} from 'jsonwebtoken'
4+
import Express from 'express'
45

56
declare function JwksRsa(options: JwksRsa.Options): JwksRsa.JwksClient;
67

0 commit comments

Comments
 (0)