typealias
WrapBooleanCache
export
type
WrapBooleanCache
<
Cached
extends
boolean
>
=
If
<
Cached
,
'cached'
,
CacheType
>;
Type Parameters
Cached extends
boolean
Union Members
If
<Cached, 'cached',
CacheType
>