Skip to content

Type Alias: DeepPrettify<T, E>

ts
type 
DeepPrettify
<
T
,
E
> =
ConditionalDeepPrettify
<
T
,
E
|
NonRecursiveType
|
MapsSetsOrArrays
,
object >;

Defined in: types/type-fest.ts:30

Type Parameters

T

T

E

E = never

Released under the MIT license