PHP WebShell

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

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

export default function assertString(input) {
  if (input === undefined || input === null) throw new TypeError("Expected a string but received a ".concat(input));
  if (input.constructor.name !== 'String') throw new TypeError("Expected a string but received a ".concat(input.constructor.name));
}

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


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