UNPKG

@kephas/core

Version:

Provides a common infrastructure for all the other Kephas Framework components: ambient services, dynamic reflection, composition, application management, and others.

10 lines (9 loc) 172 B
import { Expando } from "../expando"; /** * Provides contextual information. * * @export * @class Context */ export declare class Context extends Expando { }