Variable DecoratorsConst

Decorators: {
    register: ((name: string, dec: Constructable<Decorator>) => void);
} = ...

Decorator factory. Call register to add a new decorator type.

Type declaration

Version :