UNPKG

@kephas/core

Version:

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

8 lines (7 loc) 186 B
/** * Class decorator for preventing it being specialized. * * @export * @param {Function} ctor The decorated class. */ export declare function Sealed(ctor: Function): void;