Skip to content

remix/data-table/operators · Function

View Source

and

Summary

Combines where inputs with logical AND.

Signature

function and<inputs extends WhereInput<string>[]>(
  inputs: inputs,
): Predicate<WhereInputColumn<inputs[number]>>

Returns

A logical and predicate.