sigset
v1.0.0
Published
Simple signal library
Readme
NAME
sigset — Simple signal and DOM listener library
SYNOPSIS
import { signal, group } from "sigset"DESCRIPTION
Provides two utilities used to asynchronously communicate between different portions of code. One is simply a wrapper for event listeners that enables easy listener removal, and the other is a method for tracking the presence of elements in the DOM.
