Urara-Blog/node_modules/.pnpm-store/v3/files/9c/bfaf19844b75c54a9c510688e508d67251d02e92c4f262695f3aec2c62c93f8347af5466bdc89a8f8661fc4462ee6d5c991b8dc8d8f64e0e5c63e81ea50b73
2022-08-14 01:14:53 +08:00

11 lines
No EOL
418 B
Text

import _typeof from "./typeof.js";
import assertThisInitialized from "./assertThisInitialized.js";
export default function _possibleConstructorReturn(self, call) {
if (call && (_typeof(call) === "object" || typeof call === "function")) {
return call;
} else if (call !== void 0) {
throw new TypeError("Derived constructors may only return object or undefined");
}
return assertThisInitialized(self);
}