Skip to main content
Module

x/rambda/source/negate.spec.js

Faster and smaller alternative to Ramda
Latest
File
import { negate } from './negate.js'
test('negate', () => { expect(negate(420)).toBe(-420) expect(negate(-13)).toBe(13)})