Skip to main content
Module

x/rambda/isEmpty-spec.ts

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