IDecoratorApi.register(name: string,handler: DecoratorHandler): void
Registers a handler for a custom decorator.
handler: DecoratorHandler
Invoked with the decorator's captured metadata
IDecoratorApi.register(name: string,handler: DecoratorHandler): void
Registers a handler for a custom decorator.
handler: DecoratorHandler
Invoked with the decorator's captured metadata
import { type IDecoratorApi } from "common/src/index.ts";