Page MenuHomec4science

possibleConstructorReturn.js
No OneTemporary

File Metadata

Created
Sun, Jul 14, 14:29

possibleConstructorReturn.js

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

Event Timeline