Sha256: 3d2f099943676e8703a6a987f0d91ed4452268dbf9fb3986ab9b8da3e8e3a5f7
Contents?: true
Size: 557 Bytes
Versions: 52
Compression:
Stored size: 557 Bytes
Contents
import getPrototypeOf from "./getPrototypeOf.js"; import isNativeReflectConstruct from "./isNativeReflectConstruct.js"; import possibleConstructorReturn from "./possibleConstructorReturn.js"; function _createSuper(t) { var r = isNativeReflectConstruct(); return function () { var e, o = getPrototypeOf(t); if (r) { var s = getPrototypeOf(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return possibleConstructorReturn(this, e); }; } export { _createSuper as default };
Version data entries
52 entries across 52 versions & 3 rubygems