Sha256: 3945eed85c6251b6df6080d5730f5a5dbf6dd252ccc447395c459efae0030cdc
Contents?: true
Size: 243 Bytes
Versions: 5
Compression:
Stored size: 243 Bytes
Contents
export default (function (self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; });
Version data entries
5 entries across 5 versions & 1 rubygems