Skip to content

Type.Infer

Michael Poteat edited this page Feb 27, 2023 · 3 revisions

hkt-toolbelt / Type / Infer

Interface: Infer

Type.Infer

Hierarchy

Properties

[_]

Readonly Abstract [_]: unknown

Inherited from

Kind.[_]

Defined in

kind/kind.ts:10

Methods

f

f(x): undefined | null | string | number | boolean | Function | Kind<Function> | readonly _$inferred[] | { [key: string]: _$inferred; } | {}

Parameters

Name Type
x unknown

Returns

undefined | null | string | number | boolean | Function | Kind<Function> | readonly _$inferred[] | { [key: string]: _$inferred; } | {}

Overrides

Kind.Kind.f

Defined in

type/infer.ts:24

Clone this wiki locally