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

Function __propKey

tslib.es6.js:102–104  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

100};
101
102export function __propKey(x) {
103 return typeof x === "symbol" ? x : "".concat(x);
104};
105
106export function __setFunctionName(f, name, prefix) {
107 if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";

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…