Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
function
argumentsToArray() {
17
return
utility.argumentsToArray(arguments);
18
}
19
20
function
arrayFrom() {
21
return
Array.from(arguments);
Callers
1
arguments_to_array.cjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…