Benoit Lemoine
Results
1
comments of
Benoit Lemoine
If you try the following code ``` const columns = ['name', 'age'] as const stringify({columns}) ``` without this PR patch, it won't compile - even though it's perfectly valid at...