Custom decorator registration surface (active only when the DecoratorPlugin is registered; inert otherwise).
register(name: string,handler: DecoratorHandler): void
Registers a handler for a custom decorator.
Custom decorator registration surface (active only when the DecoratorPlugin is registered; inert otherwise).
register(name: string,handler: DecoratorHandler): void
Registers a handler for a custom decorator.
import { type IDecoratorApi } from "common/src/index.ts";