()
| 177 | * @since 0.24.0 |
| 178 | */ |
| 179 | export const getMonoidEvery = <A>(): monoid.Monoid<Predicate.Predicate<A>> => |
| 180 | monoid.fromSemigroup(getSemigroupEvery<A>(), constTrue) |
nothing calls this directly
no test coverage detected
searching dependent graphs…