mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 19:59:31 +08:00
11 lines
No EOL
418 B
Text
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);
|
|
} |