Skip to main content
Home

Built and signed on GitHub Actions

A data container which emits the event when the value is changed

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
a week ago (0.4.0)

@kt3k/signal

A data container which emits the event when the value is changed

Lightweight framework agnostic implementation of signal *1 *2.

Install

npx jsr add @kt3k/signal

Or

deno add @kt3k/signal

Docs

License

MIT

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@kt3k/signal

Import symbol

import * as signal from "@kt3k/signal";
or

Import directly with a jsr specifier

import * as signal from "jsr:@kt3k/signal";

Add Package

pnpm i jsr:@kt3k/signal
or (using pnpm 10.8 or older)
pnpm dlx jsr add @kt3k/signal

Import symbol

import * as signal from "@kt3k/signal";

Add Package

yarn add jsr:@kt3k/signal
or (using Yarn 4.8 or older)
yarn dlx jsr add @kt3k/signal

Import symbol

import * as signal from "@kt3k/signal";

Add Package

vlt install jsr:@kt3k/signal

Import symbol

import * as signal from "@kt3k/signal";

Add Package

npx jsr add @kt3k/signal

Import symbol

import * as signal from "@kt3k/signal";

Add Package

bunx jsr add @kt3k/signal

Import symbol

import * as signal from "@kt3k/signal";