---
title: testutil.makeAny() function
description: testutil.makeAny() constructs any value based on a type description as a string.
url: https://docs.influxdata.com/flux/v0/stdlib/internal/testutil/makeany/
estimated_tokens: 254
product: Flux
version: v0
---

# testutil.makeAny() function

-   Flux 0.68.0+
-   View InfluxDB support

`testutil.makeAny()` constructs any value based on a type description as a string.

##### Function type signature

```js
(typ: string) => A
```

For more information, see [Function type signatures](/flux/v0/function-type-signatures/).

## Parameters

### typ

(Required) Description of the type to create.
