Files
huishou/node_modules/licia/zip.d.ts
T
2026-07-27 14:07:26 +08:00

4 lines
73 B
TypeScript

declare function zip(...arr: Array<any[]>): Array<any[]>;
export = zip;