type alias DecoratorHandler
Since 0.1.0

Handler invoked when a custom decorator is applied; receives the metadata the decorator captured.

Definition

(
metadata: Readonly<Record<string, unknown>>,
target: object,
propertyKey?: string
) => void

Usage

import { type DecoratorHandler } from "common/src/index.ts";