@webdeveric/utils
Preparing search index...
predicate/factory/shape
InferTypeFromShapeValue
Type Alias InferTypeFromShapeValue<Type>
InferTypeFromShapeValue
:
Type
extends
RegExp
?
string
:
Type
extends
Primitive
?
Type
:
Type
extends
TypePredicateFn
<
unknown
>
?
InferPredicateReturnType
<
Type
>
:
Type
extends
ObjectShapeRecord
<
object
>
?
InferTypeFromShape
<
Type
>
:
never
Type Parameters
Type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...