Skip to content

EffectFactory type

Home > @rimitive/signals > EffectFactory

The effect factory function type

Signature:

export type EffectFactory = (fn: () => void | (() => void)) => () => void;