UNPKG
jwt-check-expiry
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
check JWT is expired or not.
github.com/vipin08/jwt-check-expiry
vipin08/jwt-check-expiry
jwt-check-expiry
/
lib
/
index-standalone.js
7 lines
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
index_1 =
require
(
"./index"
);
if
(
window
) {
window
.
JwtHelper
= {
isJwtTokenExpired
: index_1.
default
,
decode
: index_1.
decode
}; }
//# sourceMappingURL=index-standalone.js.map