mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #30027 from chrolivier/arangodb-crypto-jwtDecode
Corrected return type of arangodb/crypto.jwtDecode function to "object | null"
This commit is contained in:
commit
650ca90dfc
2
types/arangodb/index.d.ts
vendored
2
types/arangodb/index.d.ts
vendored
@ -1698,7 +1698,7 @@ declare module "@arangodb/crypto" {
|
||||
key: string | null,
|
||||
token: string,
|
||||
noVerify?: boolean
|
||||
): string | null;
|
||||
): object | null;
|
||||
function md5(message: string): string;
|
||||
function sha1(message: string): string;
|
||||
function sha224(message: string): string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user