Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh/src/types.ts>SignalLike

The next-gen web framework.
Extremely Popular
Go to Latest
interface SignalLike
import { type SignalLike } from "https://deno.land/x/fresh@1.6.7/src/types.ts";

Methods

peek(): T
subscribe(fn: (value: T) => void): () => void