PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/cypress/node_modules/listr2/dist/utils

Просмотр файла: indent-string.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.indentString = void 0;
function indentString(string, count) {
    return string.replace(/^(?!\s*$)/gm, ' '.repeat(count));
}
exports.indentString = indentString;

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


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