Space around | and & in type expressions
EditorConfig key: js-space-around-pipe-or-amper-in-type-usage
Space around | and & in type expressions
js-space-around-pipe-or-amper-in-type-usage
Default value:
false
Possible values:
true
false
Examples
true
type T = A | B & C
false
type T = A|B&C