3:20pm PDT - July 18th, 2021

In typescript I can't have a function f(x: string) then run x ? f(x) : null the linter says that x might be null! I changed the type signature to f(x: string | null) but shouldn't have to.

0 retweets   0 likes  - Dennis (@DennisLibre)