We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7317dd + 2945f8f commit a3b26e2Copy full SHA for a3b26e2
index.d.ts
@@ -1,7 +1,7 @@
1
import { Agent as HttpAgent } from 'http';
2
import { Agent as HttpsAgent } from 'https';
3
import type {Jwt, Secret} from 'jsonwebtoken'
4
-import Express from 'express'
+import Express = require('express')
5
6
declare function JwksRsa(options: JwksRsa.Options): JwksRsa.JwksClient;
7
@@ -60,7 +60,7 @@ declare namespace JwksRsa {
60
* Types are duplicated from express-jwt@6/7
61
* due to numerous breaking changes in the lib's types
62
* whilst this lib supportd both <=6 & >=7 implementations
63
- *
+ *
64
* express-jwt's installed version (or its @types)
65
* will be the types used at transpilation time
66
*/
0 commit comments