novx
    Preparing search index...

    Interface Decorator<T>

    interface Decorator<T = any> {
        decorate(type: TypeDescriptor<T>, instance: T): void;
    }

    Type Parameters

    • T = any
    Index

    Methods

    Methods