UNPKG
@tanu-chahal/jwt-library
Version:
latest (1.0.1)
1.0.1
1.0.0
Encode, Decode & Validate JSON Web Token (JWTs)
@tanu-chahal/jwt-library
/
dist
/
encode.d.ts
2 lines
(1 loc)
•
112 B
TypeScript
View Raw
1
2
export
declare
function
encode_jwt
(
secret
:
string
,
id
:
string
|
number
,
payload
:
object
,
ttl
?:
number
):
string
;