Skip to main content
Module

x/enzastdlib/decorators/decorator.ts>DecoratorCallback

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
type alias DecoratorCallback
import { type DecoratorCallback } from "https://deno.land/x/enzastdlib@v0.0.4/decorators/decorator.ts";

Represents a callback that is used to initialize a decorator on a function.

Type Parameters

Func extends FunctionBox
Value
definition: (func: Func, init: Value) => void