testutil.makeAny() function

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

Function type signature
(typ: string) => A

For more information, see Function type signatures.

Parameters

typ

(Required) Description of the type to create.


Was this page helpful?

Thank you for your feedback!