mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-04 14:01:24 +00:00
api: itunnel transplants (#1065)
This commit is contained in:
@@ -37,3 +37,7 @@ export function splitFilenameExtension(filename) {
|
||||
return [ parts.join('.'), ext ]
|
||||
}
|
||||
}
|
||||
|
||||
export function zip(a, b) {
|
||||
return a.map((value, i) => [ value, b[i] ]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user