This commit is contained in:
parent
c6abfc9f07
commit
1b48015c98
9
index.d.ts
vendored
9
index.d.ts
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user