Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/danet/src/deps.ts>Reflect.decorate

The most mature backend framework for Deno. Create awesome HTTP and WebSocket server as well as KVQueue workers !
Go to Latest
function Reflect.decorate
import { Reflect } from "https://deno.land/x/danet@2.4.0/src/deps.ts";
const { decorate } = Reflect;

Parameters

decorators: ClassDecorator[]
target: Function

Returns

Function

Parameters

decorators: (PropertyDecorator | MethodDecorator)[]
target: any
propertyKey: string | symbol
optional
attributes: PropertyDescriptor | null

Returns

PropertyDescriptor | undefined

Parameters

decorators: (PropertyDecorator | MethodDecorator)[]
target: any
propertyKey: string | symbol
attributes: PropertyDescriptor

Returns

PropertyDescriptor