UNPKG

@inversifyjs/reflect-metadata-utils

Version:

Reflect metadata utils

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