UNPKG

74 BTypeScriptView Raw
1export declare function arrayZip<K, V>(keys: K[], values: V[]): [K, V][];