Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
cu.extend = function() {
// keep it lazy, instead of assigning to `cu.extend`
return staticExtend.apply(null, arguments);
};