PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@cosmjs/stargate/node_modules/protobufjs/cli/node_modules/underscore/amd

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

define(['./underscore', './isArray'], function (underscore, isArray) {

  // Normalize a (deep) property `path` to array.
  // Like `_.iteratee`, this function can be customized.
  function toPath(path) {
    return isArray(path) ? path : [path];
  }
  underscore.toPath = toPath;

  return toPath;

});

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


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