You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The options include:
29
29
30
30
-`stripNamespace` self explanatory.
31
31
-`printType` function may configure the final result given the input type and the output string.
32
-
-`printGenericTypeArgs` will output open-generic type as `Blah<T>` instead of `Blah<>`. The default value was selected because my own primary use-case is the type inside the `typeof()` where `typeof(Blah<>)` is the valid and the `typeof(Blah<T>)` is not.
32
+
-`printGenericTypeArgs`if set to true will output open-generic type as `Blah<T>` instead of `Blah<>`. The default value was selected because my own primary use-case is the type inside the `typeof()` where `typeof(Blah<>)` is the valid and the `typeof(Blah<T>)` is not.
0 commit comments