remix/data-table · FunctionView SourcenotNull Summary Builds an IS NOT NULL predicate. Signature function notNull<column extends string | ColumnReferenceLike>( column: column, ): Predicate<PredicateColumn<column>> Copy code to clipboard Returns A notNull predicate.