zip.js 99 Bytes
Newer Older
Muddsair Sharif's avatar
Muddsair Sharif committed
1
2
3
4
5
import transpose from "./transpose";

export default function() {
  return transpose(arguments);
}