---
title: boolean package
description: The boolean package provides constants for true and false values.
url: https://docs.influxdata.com/flux/v0/stdlib/internal/boolean/
estimated_tokens: 191
product: Flux
version: v0
---

# boolean package

-   Flux 0.129.0+
-   View InfluxDB support

The `boolean` package provides constants for true and false values.

## Constants

```js
false
true
```

-   **false** is a constant that is the false value.
-   **true** is a constant that is the truth value.
