We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb272d6 + 7c00bcb commit 25cf740Copy full SHA for 25cf740
index.js
@@ -5,7 +5,6 @@ var JWT = module.exports;
5
6
var JsonWebTokenError = JWT.JsonWebTokenError = require('./lib/JsonWebTokenError');
7
var TokenExpiredError = JWT.TokenExpiredError = require('./lib/TokenExpiredError');
8
-var ms = require('ms')
9
10
JWT.decode = function (jwt, options) {
11
options = options || {};
0 commit comments