import * as tui from "https://deno.land/x/tui@2.1.11/src/signals/computed.ts";
Classes
Computed is a type of signal that depends on other signals and updates when any of them changes | |
Thrown whenever someone tries to directly modify |
Interfaces
Function that's used to calculate |