MCPcopy Create free account
hub / github.com/microsoft/SandDance / __param

Function __param

docs/app/js/sanddance-app.js:20205–20209  ·  view source on GitHub ↗
(paramIndex, decorator)

Source from the content-addressed store, hash-verified

20203 return c > 3 && r && Object.defineProperty(target, key, r), r;
20204}
20205function __param(paramIndex, decorator) {
20206 return function(target, key) {
20207 decorator(target, key, paramIndex);
20208 };
20209}
20210function __metadata(metadataKey, metadataValue) {
20211 if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
20212}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected