b2b18551bea57367fd9693b1ce4462d6956c01a9cf659f9472b2810920dbdf38.json 581 B

1
  1. {"ast":null,"code":"/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n var Ctor = value && value.constructor,\n proto = typeof Ctor == 'function' && Ctor.prototype || objectProto;\n return value === proto;\n}\nexport default isPrototype;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}