Map an array of types to an array of their input or output types.
input
output
Refer to Type to see which types are supported.
type OutputTypes = Map<[`uint256`, `bytes[]`, `string[2]`], 'output'>;// Results in: [bigint, Uint8Array[], string[]]
Map an array of types to an array of their
input
oroutput
types.Refer to Type to see which types are supported.
Example