Open isaacy2012 opened 2 years ago
Adding explicit return undefined in the cases where undefined is returned implicitly improves clarity, and removes compiler error when "noImplicitReturns" is true.
return undefined
undefined
Compiler options have also been made stricter for tsconfig.app-strict.
Adding explicit
return undefined
in the cases whereundefined
is returned implicitly improves clarity, and removes compiler error when "noImplicitReturns" is true.Compiler options have also been made stricter for tsconfig.app-strict.