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
/
atob.d.ts
7 lines
(6 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * The code is taken from: * https://github.com/davidchambers/Base64.js */
declare
const
_default
: (
(
data
:
string
) =>
string
) &
typeof
atob;
export
default
_default;