effector/patronum

Allow array of targets in `delay`

Kelin2025 opened this issue · 1 comments

image

Current target type is Store<T> | Event<T> | Effect<T, any, any> | Event<void> | Effect<void, any, any>

Would be cool to add Target[] to this, but I'm curious if this was an intentional decision

@Kelin2025 Thank you for the feature request. I think it can be implemented.
Would you like to make PR?