Check whether a [[Number]] is null or not
to check
Boolean
import {N} from 'ts-toolbelt' type test0 = N.IsZero<'0'> // True type test1 = N.IsZero<'-7'> // False type test2 = N.IsZero<'7'> // False
Check whether a [[Number]] is null or not