18/07/2020
Non-null assertion operator in TypeScript
Have you seen something like node!.parent and ever wondered what the post-fix expression ! is doing in the typescript code? That is the non-null assertion operator introduced in TypeScript 2.0. As the typescript documentation notes,