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

tapAsync-spec.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import {tapAsync, delay, composeAsync} from 'rambda'
describe('R.tapAsync', () => { it('happy', async() => { await composeAsync( tapAsync(async x => { await delay(100) x // $ExpectType any }), (x: number[]) => x.length )([1, 2]) })})
rambda

Version Info

Tagged at
2 months ago