We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4549e37 commit d991023Copy full SHA for d991023
sha256.d.ts
@@ -0,0 +1,4 @@
1
+declare module 'react-native-sha256' {
2
+ export const sha1: (input: string) => Promise<string>;
3
+ export const sha256: (input: string) => Promise<string>;
4
+}
0 commit comments