EffectRun type
Home > @rimitive/signals > EffectRun
EffectRun type
Section titled “EffectRun type”Input type for effect - either a plain function or a flush strategy
Signature:
type EffectRun = (() => void | (() => void)) | FlushStrategy;References: FlushStrategy