Repository URL to install this package:
|
Version:
6.0.4 ▾
|
// Function.prototype = function() {
// console.log(arguments)
// return coerceOverArgs.apply(null, arguments)
// }
defineFinal(Function.prototype, 'coerce', function() {
console.log(arguments)
return coersionArgs.apply(this, arguments)(this)
})