Function struct

  • Decorates a class as a struct.

    Parameters

    Returns <T extends ClassLike>(
        target: T,
        context: ClassDecoratorContext<T> & DecoratorContext<Metadata>,
    ) => T

Properties

Methods

Properties

packed: typeof decorators.struct

Methods