Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
types
ClusterType
RelaxTypes
Type Alias RelaxTypes<V>
Relax
Types
<
V
>
:
V
extends
number
?
number
:
V
extends
bigint
?
bigint
:
V
extends
object
?
V
extends
(
(
...
args
:
any
[]
)
=>
any
)
?
V
:
{
[
K
in
keyof
V
]
:
RelaxTypes
<
V
[
K
]
>
}
:
V
Type Parameters
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...