MCPcopy 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

1import transpose from "./transpose.js";
2
3export default function zip() {
4 return transpose(arguments);
5}

Callers 1

zip-test.jsFile · 0.90

Calls 1

transposeFunction · 0.85

Tested by

no test coverage detected