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

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import {ok} from 'rambda'
describe('R.ok', () => { it('happy', () => { const result = ok(1, 'foo')(String, Number)
result // $ExpectType void }) it('with string rules', () => { const result = ok(1, 'foo')('string', 'number')
result // $ExpectType void })})
rambda

Version Info

Tagged at
2 months ago