-
Notifications
You must be signed in to change notification settings - Fork 10
Type.Infer
Michael Poteat edited this page Feb 27, 2023
·
3 revisions
hkt-toolbelt / Type / Infer
Type.Infer
-
↳
Infer
• Readonly
Abstract
[_]: unknown
▸ f(x
): undefined
| null
| string
| number
| boolean
| Function
| Kind
<Function
> | readonly _$inferred
[] | { [key: string]
: _$inferred
; } | {}
Name | Type |
---|---|
x |
unknown |
undefined
| null
| string
| number
| boolean
| Function
| Kind
<Function
> | readonly _$inferred
[] | { [key: string]
: _$inferred
; } | {}
Kind.Kind.f