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

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
import {tap, pipe} from 'rambda'
describe('R.tap', () => { it('happy', () => { pipe( tap(x => { x // $ExpectType number[] }), (x: number[]) => x.length )([1, 2]) })})
rambda

Version Info

Tagged at
2 months ago