Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 666 Bytes

File metadata and controls

19 lines (11 loc) · 666 Bytes

Type Alias: JweDecryptFunction

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


JweDecryptFunction = (jwe) => Promise<string>

Parameters

Parameter Type
jwe string

Returns

Promise<string>