Skip to content

Commit 1ce7dd3

Browse files
authored
Merge pull request #22 from dietdoctor/master
added ts types
2 parents 4549e37 + d991023 commit 1ce7dd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sha256.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)