UNPKG

343 BJavaScriptView Raw
1var _typeof = require("../helpers/typeof");
2
3var assertThisInitialized = require("./assertThisInitialized");
4
5function _possibleConstructorReturn(self, call) {
6 if (call && (_typeof(call) === "object" || typeof call === "function")) {
7 return call;
8 }
9
10 return assertThisInitialized(self);
11}
12
13module.exports = _possibleConstructorReturn;
\No newline at end of file