Skip to content

Commit

Permalink
Flowtype added
Browse files Browse the repository at this point in the history
  • Loading branch information
itinance committed Apr 11, 2019
1 parent 4f3f256 commit 223697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sha256.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export function sha256(data: string) {
return sha256Lib.sha256(data);
}

export function sha1(data) {
export function sha1(data: string) {
return sha256Lib.sha1(data);
}

0 comments on commit 223697b

Please sign in to comment.