sha1() function
Returns SHA1 hash sum of the given string
Signature:
export declare function sha1(str: string): string;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
str |
string |
Returns:
string
{string}
Returns SHA1 hash sum of the given string
Signature:
export declare function sha1(str: string): string;
|
Parameter |
Type |
Description |
|---|---|---|
|
str |
string |
Returns:
string
{string}