UNPKG

@protorians/signalable

Version:

Signal's Events Manager

12 lines (7 loc) 171 B
import {Signalables} from "../supports"; /** * Signalable on Window's object */ export function useGlobalSignal<B>() { return new Signalables<Window, B>(window) }