Skip to main content
Module

x/rambda/source/allType-spec.ts

Faster and smaller alternative to Ramda
Go to Latest
File
import {allType} from 'rambda'
describe('R.allType', () => { it('happy', () => { const result = allType('Array')([1, 2, 3], [], [null]) result // $ExpectType boolean })})