Skip to content

Commit 223697b

Browse files
committed
Flowtype added
1 parent 4f3f256 commit 223697b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sha256.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export function sha256(data: string) {
1212
return sha256Lib.sha256(data);
1313
}
1414

15-
export function sha1(data) {
15+
export function sha1(data: string) {
1616
return sha256Lib.sha1(data);
1717
}

0 commit comments

Comments
 (0)