Skip to main content
Module

x/rambda/src/negate.js

Faster and smaller alternative to Ramda
Go to Latest
File
export function negate(x) { return -x}