MCPcopy Create free account
hub / github.com/microsoft/tslib / __spread

Function __spread

tslib.es6.mjs:199–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197
198/** @deprecated */
199export function __spread() {
200 for (var ar = [], i = 0; i < arguments.length; i++)
201 ar = ar.concat(__read(arguments[i]));
202 return ar;
203}
204
205/** @deprecated */
206export function __spreadArrays() {

Callers

nothing calls this directly

Calls 1

__readFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…