prettier/tests/typescript_non_null/parens.ts

3 lines
47 B
TypeScript

(a ? b : c) ![tokenKey];
(a || b) ![tokenKey];