mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Update index.d.ts
Corrected return type of jwtDecode from "string | null" to "object | null"
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user