UNPKG

hono

Version:

Web framework built on Web Standards

4 lines (3 loc) 197 B
import type { Context } from '../context'; export declare const createContextProviderFunction: <T>(values: T[]) => Function; export declare const createContext: <T>(defaultValue: T) => Context<T>;