Skip to main content
Module

x/oak_nest/mod.ts>Reflect.getOwnMetadataKeys

Refer to nestjs to realize some common functions for Deno
Go to Latest
function Reflect.getOwnMetadataKeys
import { Reflect } from "https://deno.land/x/oak_nest@v1.14.1/mod.ts";
const { getOwnMetadataKeys } = Reflect;

Parameters

target: any

Returns

any[]

Parameters

target: any
propertyKey: string | symbol

Returns

any[]