deno.land / x / rambda@v9.1.1 / source / zip-spec.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
import {zip} from 'rambda'
describe('R.zip', () => { it('happy', () => { const array1 = [1, 2, 3] const array2 = ['A', 'B', 'C']
const result = zip(array1)(array2) result // $ExpectType KeyValuePair<number, string>[] })})
rambda

Version Info

Tagged at
2 months ago