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

x/deno/cli/tsc/dts/lib.decorators.legacy.d.ts>MethodDecorator

A modern runtime for JavaScript and TypeScript.
Latest
type alias MethodDecorator
import { type MethodDecorator } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.decorators.legacy.d.ts";
definition: <T>(
target: Object,
propertyKey: string | symbol,
descriptor: TypedPropertyDescriptor<T>,
) => TypedPropertyDescriptor<T> | void