UNPKG
portone-api-v2
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
PortOne REST API v2
github.com/ninthsun91/portone-api-v2
ninthsun91/portone-api-v2
portone-api-v2
/
lib
/
utils
/
jwt.d.ts
4 lines
(3 loc)
•
79 B
TypeScript
View Raw
1
2
3
4
export
declare
namespace
Jwt
{
function
isValid
(
token
:
string
):
boolean
; }