Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
aws-amplify
api
<Reference Types>
KindaPretty
Type alias KindaPretty<T>
Kinda
Pretty
<
T
>
:
T
extends
(
(
...
args
)
=>
any
)
?
T
:
T
extends
(
infer
innerT
)
[]
?
KindaPretty
<
innerT
>
[]
:
T
extends
object
?
{
[
K
in
keyof
T
]
:
KindaPretty
<
T
[
K
]
>
}
:
T
Prettify without rewriting function types.
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter
Prettify without rewriting function types.