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.

ac0baf96519a2196ec2fdc43226a9ccd.json 274 B

3 years ago
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"}