Type Utils
Preparing search index...
StandardSchemaV1
Types
Type Alias Types<Input, Output>
type
Types
<
Input
=
unknown
,
Output
=
Input
>
=
{
input
?:
Input
;
output
?:
Output
;
}
Type Parameters
Input
=
unknown
Output
=
Input
Index
Properties
input?
output?
Properties
Optional
Readonly
input
input
?:
Input
Optional
Readonly
output
output
?:
Output
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
output
Type Utils
Loading...