UNPKG

langchain

Version:
4 lines (3 loc) 102 B
export declare function zipEntries<T extends any[]>(...arrays: { [P in keyof T]: T[P][]; }): T[];