interface IDecoratorApi
Since 0.1.0

Custom decorator registration surface (active only when the DecoratorPlugin is registered; inert otherwise).

Methods

register(
name: string,
): void

Registers a handler for a custom decorator.

Usage

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