import * as tui from "https://deno.land/x/tui@2.1.11/src/signals/effect.ts";
Classes
Effect is an container for callback function, which runs every time any of its dependencies get updated. |
Interfaces
Function that's ran every time |
import * as tui from "https://deno.land/x/tui@2.1.11/src/signals/effect.ts";
Effect is an container for callback function, which runs every time any of its dependencies get updated. |
Function that's ran every time |