We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c224d9a commit 178da0dCopy full SHA for 178da0d
README.md
@@ -30,8 +30,8 @@ const post2 = ToReduxType(pre2) ;
30
31
// array
32
33
-const pre3 = [ 'myValue', 'ANOTHER_VALUE', '@noCONVERT' ]
+const pre3 = [ 'myValue', 'ANOTHER_VALUE', '@@@noCONVERT' ]
34
35
-const post3 = ToReduxType(pre3) ; // [ 'MY_VALUE', 'ANOTHER_VALUE', 'noCONVERT' ]
+const post3 = ToReduxType(pre3) ; // [ 'MY_VALUE', 'ANOTHER_VALUE', '@@noCONVERT' ]
36
37
```
0 commit comments