type alias SetuClassOrMethodDecorator
Since 0.2.0

A standard decorator valid in either the class or the method position, discriminating on context.kind.

Definition

(
value: unknown,
context: ClassDecoratorContext | ClassMethodDecoratorContext
) => void

Usage

import { type SetuClassOrMethodDecorator } from "decorator-plugin/src/index.ts";