PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/core-js/internals

Просмотр файла: an-instance.js

'use strict';
var isPrototypeOf = require('../internals/object-is-prototype-of');

var $TypeError = TypeError;

module.exports = function (it, Prototype) {
  if (isPrototypeOf(Prototype, it)) return it;
  throw new $TypeError('Incorrect invocation');
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!