Skip to content

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

More examples

Source

packages/core/src/pipe/strict/not.ts:11

Released under the MIT License.