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

Function __importDefault

tslib.es6.mjs:283–285  ·  view source on GitHub ↗
(mod)

Source from the content-addressed store, hash-verified

281}
282
283export function __importDefault(mod) {
284 return (mod && mod.__esModule) ? mod : { default: mod };
285}
286
287export function __classPrivateFieldGet(receiver, state, kind, f) {
288 if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");

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…