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

anyTrue-spec.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
import {anyTrue} from 'rambda'
describe('R.anyTrue', () => { it('happy', () => { const result = anyTrue('foo', [1], undefined, () => false) result // $ExpectType boolean })})
rambda

Version Info

Tagged at
2 months ago