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

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

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

Parameters

target: any

Returns

any[]

Parameters

target: any
propertyKey: string | symbol

Returns

any[]