You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48819ff43da90bb4e619546b7cb321c1.json 274 B

1
  1. {"ast":null,"code":"var isObject = require('./_is-object');\n\nmodule.exports = function (it, TYPE) {\n if (!isObject(it) || it._t !== TYPE) throw TypeError('Incompatible receiver, ' + TYPE + ' required!');\n return it;\n};","map":null,"metadata":{},"sourceType":"script"}