in libs/@guardian/libs/src/consent-management-platform/stub_tcfv2.js [275:285]
t.exports = function (t, e) {
if (!r(t)) return t;
var n, o;
if (e && 'function' == typeof (n = t.toString) && !r((o = n.call(t))))
return o;
if ('function' == typeof (n = t.valueOf) && !r((o = n.call(t))))
return o;
if (!e && 'function' == typeof (n = t.toString) && !r((o = n.call(t))))
return o;
throw TypeError("Can't convert object to primitive value");
};