Skip to content

Commit 0fec790

Browse files
committed
removing express import from type def
1 parent eef795e commit 0fec790

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Agent as HttpAgent } from 'http';
22
import { Agent as HttpsAgent } from 'https';
3-
import type {Jwt, Secret} from 'jsonwebtoken'
4-
import Express = require('express')
3+
import type {Jwt, Secret} from 'jsonwebtoken';
54

65
declare function JwksRsa(options: JwksRsa.Options): JwksRsa.JwksClient;
76

0 commit comments

Comments
 (0)