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

Function __

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected