Null Safe

let totallyNotNull = someFunc()!

function test(mayBeNull ?: number): void {}

Last updated