1.3 KiB
1.3 KiB
title | description | menu | weight | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
testutil.makeAny() function | `testutil.makeAny()` constructs any value based on a type description as a string. |
|
201 |
testutil.makeAny()
constructs any value based on a type description as a string.
Function type signature
(typ: string) => A
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
Parameters
typ
({{< req >}}) Description of the type to create.