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

Function __

tslib.js:80–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
79 extendStatics(d, b);
80 function __() { this.constructor = d; }
81 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
82 };
83

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected