Sha256: 83a4b2a8ac09ea2957cf07fbda20f4dd02fad04267a409ec60829224b9c44a9f
Contents?: true
Size: 427 Bytes
Versions: 52
Compression:
Stored size: 427 Bytes
Contents
import getPrototypeOf from "./getPrototypeOf.js"; import isNativeReflectConstruct from "./isNativeReflectConstruct.js"; import possibleConstructorReturn from "./possibleConstructorReturn.js"; function _callSuper(t, o, e) { return o = getPrototypeOf(o), possibleConstructorReturn(t, isNativeReflectConstruct() ? Reflect.construct(o, e || [], getPrototypeOf(t).constructor) : o.apply(t, e)); } export { _callSuper as default };
Version data entries
52 entries across 52 versions & 3 rubygems