We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4549e37 + d991023 commit 1ce7dd3Copy full SHA for 1ce7dd3
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