PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/parse-asn1/node_modules/asn1.js/lib/asn1/constants

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

var constants = exports;

// Helper
constants._reverse = function reverse(map) {
  var res = {};

  Object.keys(map).forEach(function(key) {
    // Convert key to integer if it is stringified
    if ((key | 0) == key)
      key = key | 0;

    var value = map[key];
    res[value] = key;
  });

  return res;
};

constants.der = require('./der');

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


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