Skip to content

Commit d991023

Browse files
authored
Create sha256.d.ts
1 parent 4549e37 commit d991023

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)