UNPKG

synks

Version:
7 lines (6 loc) 213 B
import { ContextInterface } from "../types/index.d"; import { UPDATE_CONTEXT } from "./symbols"; export declare class Context implements ContextInterface { constructor(); [UPDATE_CONTEXT](): void; }