PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/validator/es/lib

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

import assertString from './util/assertString';
import { fullWidth } from './isFullWidth';
import { halfWidth } from './isHalfWidth';
export default function isVariableWidth(str) {
  assertString(str);
  return fullWidth.test(str) && halfWidth.test(str);
}

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


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