Skip to main content
Module

x/rambda/source/anyFalse-spec.ts

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