We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4c203c + 4ed3564 commit 4f3f256Copy full SHA for 4f3f256
sha256.js
@@ -8,7 +8,7 @@
8
const {NativeModules} = require('react-native')
9
const sha256Lib = NativeModules.sha256Lib;
10
11
-export function sha256(data) {
+export function sha256(data: string) {
12
return sha256Lib.sha256(data);
13
}
14
0 commit comments