---
title: types package
description: The types package provides functions for working with Flux’s types.
url: https://docs.influxdata.com/flux/v0/stdlib/types/
estimated_tokens: 218
product: Flux
version: v0
---

# types package

-   Flux 0.141.0+
-   View InfluxDB support

The `types` package provides functions for working with Flux’s types. Import the `types` package:

```js
import "types"
```

## Functions

-   [types.isNumeric()](/flux/v0/stdlib/types/isnumeric/)
-   [types.isType()](/flux/v0/stdlib/types/istype/)

[types](/flux/v0/tags/types/)
