MCPcopy Index your code
hub / github.com/node-modules/utility / argumentsToArray

Function argumentsToArray

benchmark/arguments_to_array.cjs:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16function argumentsToArray() {
17 return utility.argumentsToArray(arguments);
18}
19
20function arrayFrom() {
21 return Array.from(arguments);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…