UNPKG

374 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var objectProto = Object.prototype;
4var isPrototype = function (value) {
5 var Ctor = value && value.constructor;
6 var proto = (typeof Ctor === 'function' && Ctor.prototype) || objectProto;
7 return value === proto;
8};
9exports.default = isPrototype;
10//# sourceMappingURL=is-prototype.js.map
\No newline at end of file