bpms_site/.svn/pristine/7b/7ba1453f5961b26ab4f3d425e772f043501b0190.svn-base
2025-11-02 16:38:49 +03:30

11 lines
455 B
Plaintext

import _typeof from "next/dist/compiled/@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;
} else if (call !== void 0) {
throw new TypeError("Derived constructors may only return object or undefined");
}
return assertThisInitialized(self);
}