--- title: testutil.makeAny() function description: > `testutil.makeAny()` constructs any value based on a type description as a string. menu: flux_v0_ref: name: testutil.makeAny parent: internal/testutil identifier: internal/testutil/makeAny weight: 201 --- `testutil.makeAny()` constructs any value based on a type description as a string. ##### Function type signature ```js (typ: string) => A ``` {{% caption %}} For more information, see [Function type signatures](/flux/v0/function-type-signatures/). {{% /caption %}} ## Parameters ### typ ({{< req >}}) Description of the type to create.