testutil.makeRecord() function

testutil.makeRecord() is the identity function, but breaks the type connection from input to output.

Function type signature
(o: A) => B where A: Record, B: Record

For more information, see Function type signatures.

Parameters

o

(Required) Record value.


Was this page helpful?

Thank you for your feedback!