UNPKG

134 BTypeScriptView Raw
1import type { ITangleContext } from "./types";
2export declare const createContext: <S>(initial?: S | undefined) => ITangleContext<S>;