You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
343 B
13 lines
343 B
|
3 years ago
|
var _typeof = require("../helpers/typeof");
|
||
|
|
|
||
|
|
var assertThisInitialized = require("./assertThisInitialized");
|
||
|
|
|
||
|
|
function _possibleConstructorReturn(self, call) {
|
||
|
|
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
||
|
|
return call;
|
||
|
|
}
|
||
|
|
|
||
|
|
return assertThisInitialized(self);
|
||
|
|
}
|
||
|
|
|
||
|
|
module.exports = _possibleConstructorReturn;
|