Returns true if value is not null. Provides a type guard which can be used in filters. Example: [1, null, 2, 3, null, 4].filter(isNonNull) // type number[]
Returns true if value is not null. Provides a type guard which can be used in filters. Example: [1, null, 2, 3, null, 4].filter(isNonNull) // type number[]