UNPKG

@inversifyjs/reflect-metadata-utils

Version:

Reflect metadata utils

8 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getOwnReflectMetadata = getOwnReflectMetadata; // eslint-disable-next-line @typescript-eslint/no-unnecessary-type-parameters function getOwnReflectMetadata(target, metadataKey) { return Reflect.getOwnMetadata(metadataKey, target); } //# sourceMappingURL=getOwnReflectMetadata.js.map