es-logical-not-operator
v1.0.0
Published
! in fp
Readme
es-logical-not-operator
Tired of writing something like this this?:
const $ = require("yanoop").doop
const not = require("@not-js/not")
const literally = require("literally")
$(not(literally(false))) // trueWell now you can do this instead:
const not = require("es-logical-not-operator")
not(false) // trueEGPSL10X-1.0 licensed
