MCPcopy
hub / github.com/vercel/hyper / __spread

Function __spread

bin/yarn-standalone.js:235–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233}
234
235function __spread() {
236 for (var ar = [], i = 0; i < arguments.length; i++)
237 ar = ar.concat(__read(arguments[i]));
238 return ar;
239}
240
241function __await(v) {
242 return this instanceof __await ? (this.v = v, this) : new __await(v);

Callers

nothing calls this directly

Calls 2

__readFunction · 0.85
concatMethod · 0.80

Tested by

no test coverage detected