+5
.changeset/khaki-lemons-argue.md
+5
.changeset/khaki-lemons-argue.md
+4
-2
src/__tests__/operators.test.ts
+4
-2
src/__tests__/operators.test.ts
···
+7
-3
src/operators.ts
+7
-3
src/operators.ts
······+function filter<In, Out extends In>(predicate: (value: In) => value is Out): Operator<In, Out>;···