PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/babel-plugin-styled-components/lib/utils

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

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = prefixLeadingDigit;
function prefixLeadingDigit(str) {
  return str.replace(/^(\d)/, 'sc-$1');
}

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


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