@babel/runtime
Version:
babel's modular runtime helpers
9 lines (8 loc) • 337 B
JavaScript
import _typeof from "@babel/runtime/helpers/typeof";
import assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
export default function _possibleConstructorReturn(self, call) {
if (call && (_typeof(call) === "object" || typeof call === "function")) {
return call;
}
return assertThisInitialized(self);
}