voool
Results
2
comments of
voool
Fwiw, if anyone wants a workaround that doesn't involve creating their own copy of the `next` interface, see https://github.com/vuejs/vue-router/pull/2497#issuecomment-474010032 > As a workaround, to grab the `next` interface with Typescript...
Sorry, I used incorrect terminology. Basically I'd like configurations so that these are accepted: `const a = (condition ? exprIfTrue : exprIfFalse)` `const value = (a === b)` `const value...