UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

10 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var objectProto = Object.prototype; var isPrototype = function (value) { var Ctor = value && value.constructor; var proto = (typeof Ctor === 'function' && Ctor.prototype) || objectProto; return value === proto; }; exports.default = isPrototype; //# sourceMappingURL=is-prototype.js.map