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

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

The most mature backend framework for Deno
Go to Latest
function Reflect.getOwnMetadataKeys
import { Reflect } from "https://deno.land/x/danet@1.7.4/src/deps.ts";
const { getOwnMetadataKeys } = Reflect;

Parameters

target: any

Returns

any[]

Parameters

target: any
propertyKey: string | symbol

Returns

any[]