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

Function __

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

Source from the content-addressed store, hash-verified

26 throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
27 extendStatics(d, b);
28 function __() { this.constructor = d; }
29 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
30}
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected