Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d3/d3-array
/ zip
Function
zip
src/zip.js:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
transpose from
"./transpose.js"
;
2
3
export
default
function
zip() {
4
return
transpose(arguments);
5
}
Callers
1
zip-test.js
File · 0.90
Calls
1
transpose
Function · 0.85
Tested by
no test coverage detected