Sha256: 404d025426787646a08bb03a783160004558c77aafa5a8d27d24f7ba5fe454ac
Contents?: true
Size: 246 Bytes
Versions: 26
Compression:
Stored size: 246 Bytes
Contents
import { inspectList } from './helpers.js'; export default function inspectArguments(args, options) { if (args.length === 0) return 'Arguments[]'; options.truncate -= 13; return `Arguments[ ${inspectList(args, options)} ]`; }
Version data entries
26 entries across 26 versions & 1 rubygems