UNPKG
@hopeio/utils
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
javascript utils
github.com/hopeio/diamond
hopeio/diamond
@hopeio/utils
/
dist
/
types
/
crypto.d.ts
11 lines
(9 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
module
'spark-md5'
{
class
SparkMD5
{
constructor
(
);
append
(
arr
:
ArrayBuffer
):
void
;
end
(
raw
?:
boolean
):
string
;
static
hash
:
(
str
:
string
,
raw
?:
boolean
) =>
string
; }
export
=
SparkMD5
; }