Skip to main content
Module

x/rambda/source/anyTrue-spec.ts

Faster and smaller alternative to Ramda
Go to Latest
File
import {anyTrue} from 'rambda'
describe('R.anyTrue', () => { it('happy', () => { const result = anyTrue('foo', [1], undefined, () => false) result // $ExpectType boolean })})