We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a5937 commit c69956fCopy full SHA for c69956f
packages/react-native-quick-crypto/src/cipher.ts
@@ -28,7 +28,7 @@ import {
28
validateEncoding,
29
} from './utils/cipher';
30
31
-type CipherArgs = {
+interface CipherArgs {
32
cipherType: string;
33
cipherKey: BinaryLikeNode;
34
isCipher: boolean;
0 commit comments