Kind: Function
Source: src/utils/crypto.ts
Part of: Utils
Signature
tsasync function sha1(data: Data): Promise<string | null>
Parameters
| Name | Type |
|---|---|
data | Data |
Returns: Promise<string | null>
Kind: Function
Source: src/utils/crypto.ts
Part of: Utils
tsasync function sha1(data: Data): Promise<string | null>
| Name | Type |
|---|---|
data | Data |
Returns: Promise<string | null>
Was this page helpful?