Skip to main content
Module

x/rambda/source/not.js

Faster and smaller alternative to Ramda
Latest
File
export function not(input){ return !input}