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

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

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
function Reflect.hasOwnMetadata
import { Reflect } from "https://deno.land/x/danet@1.7.3/src/deps.ts";
const { hasOwnMetadata } = Reflect;

Parameters

metadataKey: any
target: any

Returns

boolean

Parameters

metadataKey: any
target: any
propertyKey: string | symbol

Returns

boolean