Skip to main content
Module

x/rambda/allTrue-spec.ts

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