Skip to main content
Module

x/enzastdlib/decorators/mod.ts

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
import * as enzastdlib from "https://deno.land/x/enzastdlib@v0.0.4/decorators/mod.ts";

Create function decorators that access metadata with a streamlined API.

Functions

Returns a Decorator instance that provides for handling scoped metadata on functions.

Interfaces

Represents a decorator for accessing scoped metadata on functions made by makeDecorator.

Type Aliases

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