fx-flow v0.7.0 / pipe/strict / not
Function: not()
not(
args
):boolean
Returns the opposite value of args
Parameters
• args: unknown
Returns
boolean
Example
typescript
console.log(not(undefined)) // true