UNPKG

context-protocol

Version:

A fully-typed implementation of the context-protocol, with support for subscriptions.

4 lines (2 loc) 293 B
import { ContextRequestEvent, addContextListener, createContext, getContextValue, removeContextListener, setContextValue } from "./subscriptions.js" Object.assign(globalThis, { ContextRequestEvent, addContextListener, createContext, getContextValue, removeContextListener, setContextValue })