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

Function __param

tslib.es6.js:62–64  ·  view source on GitHub ↗
(paramIndex, decorator)

Source from the content-addressed store, hash-verified

60}
61
62export function __param(paramIndex, decorator) {
63 return function (target, key) { decorator(target, key, paramIndex); }
64}
65
66export function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
67 function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…