PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@es-joy/jsdoccomment/src

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

const toCamelCase = (str) => {
  return str.toLowerCase().replace(/^[a-z]/gu, (init) => {
    return init.toUpperCase();
  }).replace(/_(?<wordInit>[a-z])/gu, (_, n1, o, s, {wordInit}) => {
    return wordInit.toUpperCase();
  });
};

export default toCamelCase;

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


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