| 1507 | readonly dateSet: ReadonlySet<Date> |
| 1508 | readonly tags: ReadonlySet<string> |
| 1509 | } |
| 1510 | const native = make<Native>() |
| 1511 | const d = new Date("2020-01-01T00:00:00.000Z") |
| 1512 | const n1 = native.pipe(where("dates", "includes", d)) |
nothing calls this directly
no outgoing calls
no test coverage detected