Your IP : 216.73.216.52


Current Path : /home/deltalab/PMS/ims-connector/node_modules/loupe/lib/
Upload File :
Current File : //home/deltalab/PMS/ims-connector/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)} ]`
}