PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/tcomb/lib

Просмотр файла: forbidNewOperator.js

var assert = require('./assert');
var getTypeName = require('./getTypeName');

module.exports = function forbidNewOperator(x, type) {
  assert(!(x instanceof type), function () { return 'Cannot use the new operator to instantiate the type ' + getTypeName(type); });
};

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


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