Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/tslib
/ __spread
Function
__spread
tslib.es6.js:199–203 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
198
/** @deprecated */
199
export
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 */
206
export
function
__spreadArrays() {
Callers
nothing calls this directly
Calls
1
__read
Function · 0.70
Tested by
no test coverage detected