context.cyrpto.md5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2024-06-26 14:58:39 +00:00
parent c6abfc9f07
commit 1b48015c98
Signed by: apairon
SSH Key Fingerprint: SHA256:lYVOnGlR42QHj7wuqfFgGw8cKbfyZUpzeRDGVBBAHQU

9
index.d.ts vendored
View File

@ -632,6 +632,15 @@ declare global {
* @returns hex hash
*/
sha256(data: string): string
/**
* get hex of md5 hash
*
* @param sata string
*
* @returns hex hash
*/
md5(data:string): string
}
interface JsonPackage {