PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@polkadot/util-crypto/cjs/base64

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.base64Pad = base64Pad;
/**
 * @name base64Pad
 * @description Adds padding characters for correct length
 */
function base64Pad(value) {
    return value.padEnd(value.length + (value.length % 4), '=');
}

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


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