typescript · typescript/TS2378
TS2378
Getter Must Return Value
A `get` accessor is declared but does not return a value on all code paths. Ensure the getter always returns a value of the expected type.
A `get` accessor is declared but does not return a value on all code paths. Ensure the getter always returns a value of the expected type.