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

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

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

Static Properties

private
metadata: WeakMap<object, Record<string, unknown>>

Static Methods

defineMetadata<TValue>(
key: string,
value: TValue,
target: object,
): void
getMetadata<TValue>(key: string, target: object): TValue | undefined
hasMetadata(key: string, target: object): boolean