shift73k/assets_old/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js

9 lines
No EOL
319 B
JavaScript

import _typeof from "@babel/runtime/helpers/typeof";
import assertThisInitialized from "./assertThisInitialized.js";
export default function _possibleConstructorReturn(self, call) {
if (call && (_typeof(call) === "object" || typeof call === "function")) {
return call;
}
return assertThisInitialized(self);
}