Skip to main content
Module

x/rambda/allFalse-spec.ts

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