UNPKG

@protorians/signalable

Version:

Signal's Events Manager

8 lines (7 loc) 167 B
import { Signalables } from "../supports/index.js"; /** * Signalable on Window's object */ export function useGlobalSignal() { return new Signalables(window); }