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

Function arrayFrom

benchmark/arguments_to_array.cjs:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20function arrayFrom() {
21 return Array.from(arguments);
22}
23
24console.log('Array.prototpye.slice.call(#arguments(1, 2, 3, 4, 5))', prototypeSlice(1, 2, 3, 4, 5));
25console.log('[].slice.call(#arguments(1, 2, 3, 4, 5))', slice(1, 2, 3, 4, 5));

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…