Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/entropy/src/utils/utils.module.ts>ClassDecorator

The core module of Entropy framework for Deno.
Latest
type alias ClassDecorator
import { type ClassDecorator } from "https://deno.land/x/entropy@1.0.0-beta.17/src/utils/utils.module.ts";

Type Parameters

optional
TTarget extends Constructor = any
definition: (originalClass: Constructor<TTarget>, context: ClassDecoratorContext) => TTarget