Skip to main content
Module

x/deno_reflect/Reflect.ts>getOwnMetadataKeys

A Deno-compatible copy of the TypeScript Metadata Reflection API my Microsoft
Latest
function getOwnMetadataKeys
import { getOwnMetadataKeys } from "https://deno.land/x/deno_reflect@v0.2.1/Reflect.ts";

Parameters

target: any

Returns

any[]

Parameters

target: any
propertyKey: string | symbol

Returns

any[]