fast reactive signals jsr.io/@mary/signals
typescript jsr
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: mark effect and computed as internal

Mary 4da45038 a7b43eb9

+2
+2
mod.ts
··· 310 310 readonly value: T; 311 311 } 312 312 313 + /** @internal */ 313 314 export class Computed<T = unknown> extends Signal<T> { 314 315 /** 315 316 * @internal ··· 489 490 } 490 491 } 491 492 493 + /** @internal */ 492 494 export class Effect<T = void> { 493 495 /** @internal Stored time of the write clock */ 494 496 _epoch = -1;