[TS] Don't null-check array conversions that aren't nullable
authorMatt Corallo <git@bluematt.me>
Fri, 6 Oct 2023 17:52:57 +0000 (17:52 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 7 Oct 2023 17:23:06 +0000 (17:23 +0000)
These can generate a warning in calling methods that actually don't
allow null.


No differences found