effector / patronum

☄️ Effector operators library delivering modularity and convenience ✨
https://patronum.effector.dev
MIT License
297 stars 43 forks source link

Implement `includes` operator #342

Open stavrogyn opened 2 weeks ago

stavrogyn commented 2 weeks ago

Description

includes is implemented according to the issue

The operator checking if a store (containing either a string or an array) includes a specified value.

Checklist for a new method