| 1495 | const good2 = base.pipe(where("items", "includes-any", ["a"])) |
| 1496 | const good3 = base.pipe(where("id", "startsWith", "a")) |
| 1497 | const good4 = base.pipe(where("id2", "startsWith", "a")) |
| 1498 | |
| 1499 | expectTypeOf(good1).toEqualTypeOf<QueryWhere<Some, Some>>() |
| 1500 | expectTypeOf(good2).toEqualTypeOf<QueryWhere<Some, Some>>() |
nothing calls this directly
no outgoing calls
no test coverage detected