type alias SetuMethodDecorator
Since 0.2.0

A standard method decorator that records metadata and leaves the method as it is.

Definition

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

Usage

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