UNPKG

382 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function isPrototypeAccess(context, target) {
4 return context === target
5 || (context.constructor !== target.constructor
6 && Object.getPrototypeOf(this).constructor === target.constructor);
7}
8exports.isPrototypeAccess = isPrototypeAccess;
9//# sourceMappingURL=isPrototypeAccess.js.map
\No newline at end of file