You're viewing archived documentation for @imqueue/core v1.15.0. APIs may differ from the current release. View the latest version ↗

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}