Skip to main content
Module

x/rambda/not-spec.ts

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