Snapi Language ReferenceBuilt-in LibrariesNullableOn this pageNullableLibrary of functions for handling nulls.FunctionsIsNullChecks whether a value is null.Syntax:Nullable.IsNull(value: anything)Parametersvalue: Value to check whether is null.Example:let x: int = nullin Nullable.IsNull(x)