Skip to content

Commit 7391f17

Browse files
Remove type annotation for storage variable
1 parent 94529ac commit 7391f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/__tests__/MMKV.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createMMKV } from 'react-native-mmkv';
22
describe('Example test', () => {
3-
let storage: MMKV;
3+
let storage;
44

55
beforeAll(() => {
66
storage = createMMKV();

0 commit comments

Comments
 (0)