---
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: 85
product: Flux
version: v0
publisher: InfluxData
canonical: https://docs.influxdata.com/flux/v0/stdlib/internal/testutil/makeany/
date: '2024-04-08T16:01:02-06:00'
lastmod: '2024-04-08T16:01:02-06:00'
---

* Flux 0.68.0+

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.
