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) 157 B
/** * Provides the functionality of a dynamic object. * * @export * @class Expando */ export declare class Expando { [key: string]: any; }