Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/signals/mod.ts>FilterValue

js library written with ts, use select and chan like golang in js.
Latest
interface FilterValue
import { type FilterValue } from "https://deno.land/x/easyts@0.1.3/signals/mod.ts";

Properties

value: T

the value passed to the slot

next: boolean

If set to false will stop subsequent slot calls