<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@easyops-cn/brick-next-pipes](./brick-next-pipes.md) &gt; [not](./brick-next-pipes.not.md)

## not() function

布尔取反。

 Logic

**Signature:**

```typescript
export declare function not(value: unknown): boolean;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  value | unknown | 输入值 |

**Returns:**

boolean

取反后的布尔值。

