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

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import {juxt} from 'rambda'
describe('R.juxt', () => { it('happy', () => { const fn = juxt([Math.min, Math.max]) const result = fn(3, 4, 9, -3) result // $ExpectType [number, number] })})
rambda

Version Info

Tagged at
2 months ago