UNPKG

signal-utils

Version:

Utils for use with the Signals Proposal: https://github.com/proposal-signals/proposal-signals

6 lines 194 B
/** * ⚠️ WARNING: Nothing unwatches ⚠️ * This will produce a memory leak. */ export declare function effect(cb: () => void): () => void; //# sourceMappingURL=microtask-effect.d.ts.map