PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/loupe/lib

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

import { inspectList } from './helpers'

export default function inspectArguments(args, options) {
  if (args.length === 0) return 'Arguments[]'
  options.truncate -= 13
  return `Arguments[ ${inspectList(args, options)} ]`
}

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


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